Skip to content
On this page

Box 盒子

万能的盒子元素

基本使用

可以直接将它当做 div 来使用,它支持一些原生的常用属性配置

hello
开启

Attributes

参数说明类型可选值默认值
role原生属性 Rolesstring————
padding内边距string / number————
width宽度string / number————
height高度string / number————
background自定义背景色string————
display原生属性string————

Interface

组件导出以下类型定义:

ts
import type { BoxInstance, BoxProps } from 'fighting-design'

Contributors