Box 盒子
万能的盒子元素
基本使用
可以直接将它当做 div 来使用,它支持一些原生的常用属性配置
hello
开启
Attributes
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
role | 原生属性 Roles | string | —— | —— |
padding | 内边距 | string / number | —— | —— |
width | 宽度 | string / number | —— | —— |
height | 高度 | string / number | —— | —— |
background | 自定义背景色 | string | —— | —— |
display | 原生属性 | string | —— | —— |
Interface
组件导出以下类型定义:
ts
import type { BoxInstance, BoxProps } from 'fighting-design'