Container

组件容器
Import
import { Container } from '@kubed/components;'
Source
View source code
Docs
Edit this page
npm
@kubed/components

基础用法

容器组件的内容从左到右排列

容器的大小和内边距

使用 size 和 padding 可以设置容器的大小和内边距

流式布局

使用 fluid 可以设置流式布局,从左到右排列最大宽度为 100%。