mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
33 lines
631 B
Markdown
33 lines
631 B
Markdown
---
|
|
title: 首页布局容器
|
|
icon: tabler:container
|
|
createTime: 2024/08/18 23:49:40
|
|
permalink: /guide/components/home-box/
|
|
---
|
|
|
|
## 首页布局容器
|
|
|
|
自定义首页时,使用 `<HomeBox>` 提供给区域的包装容器。
|
|
|
|
## Props
|
|
|
|
:::: field-group
|
|
|
|
::: field name="type" type="string" default="''" optional
|
|
区域类型
|
|
:::
|
|
|
|
::: field name="full" type="boolean" default="false" optional
|
|
是否全屏
|
|
:::
|
|
|
|
::: field name="background-image" type="string" default="''" optional
|
|
区域背景图片
|
|
:::
|
|
|
|
::: field name="background-attachment" type="'fixed' | 'local'" default="'local'" optional
|
|
区域背景定位方式
|
|
:::
|
|
|
|
::::
|