pengzhanbo 385059f214
docs: update en docs (#708)
* docs: update en docs

* chore: tweak

* chore: tweak

* chore: tweak
2025-10-09 15:46:05 +08:00

33 lines
703 B
Markdown

---
title: Home Layout Container
icon: tabler:container
createTime: 2025/10/08 23:49:40
permalink: /en/guide/components/home-box/
---
## Home Layout Container
The `<HomeBox>` component provides a wrapper container for areas when customizing the homepage layout.
## Props
:::: field-group
::: field name="type" type="string" default="''" optional
Area type.
:::
::: field name="full" type="boolean" default="false" optional
Whether to enable fullscreen mode.
:::
::: field name="background-image" type="string" default="''" optional
Area background image.
:::
::: field name="background-attachment" type="'fixed' | 'local'" default="'local'" optional
Area background attachment method.
:::
::::