BannerContainer
BannerContainer component allows you to add content at the bottom of the page, with the content fixed at the bottom of the page and occupying the full width.
When to use
- When you need to add content at the bottom of the page, such as adding copyright information, etc.
Component Example
Component Properties
| 属性 | 说明 | 类型 | 默认值 |
|---|---|---|---|
autoWidth | Whether to enable adaptive width | boolean | false |
containerWidth | Set container width, can use px or %, for example: 100px, 50% | string | - |
contentWidth | Set content width, can use px or %, for example: 100px, 50% | string | - |
extra | Custom content | ReactNode | - |
getRefContainer | Set custom mounting container | () => React.HTMLElement | - |
layout | Set layout mode, h represents horizontal, v represents vertical | 'h' | 'v' | 'h' |
This doc is generated using machine translation. Any discrepancies or differences created in the translation are not binding and have no legal effect for compliance or enforcement purposes.
Is this document helpful?