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

703 B

title, icon, createTime, permalink
title icon createTime permalink
Home Layout Container tabler:container 2025/10/08 23:49:40 /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. :::

::::