UNPKG

adui

Version:

<div> <img src="https://wxa.wxs.qq.com/mpweb/delivery/legacy/wxadtouch/upload/t1/od834zef_52939fc6.png" style="margin:40px 0 0 -8px; background-color: #fcfcfc; box-shadow: none;" /> </div>

25 lines (22 loc) 382 B
--- order: 0 title: zh-CN: 内部驱动 en-US: Type --- 使用 `color` 自定义标签色彩: ```jsx return ( <React.Fragment> <Tag color="#2B7BD6" interactive removable> #2B7BD6 </Tag> <Tag color="#985FB1" interactive removable> #985FB1 </Tag> <Tag color="#A3A3A3" interactive removable> #A3A3A3 </Tag> </React.Fragment> ) ```