@aligov/console-balloon-tag

intro component

Usage no npm install needed!

<script type="module">
  import aligovConsoleBalloonTag from 'https://cdn.skypack.dev/@aligov/console-balloon-tag';
</script>

README

气泡tag组件

@aligov/console-balloon-tag

intro component

API

参数名 说明 必填 类型 默认值 备注
maxLength 最大长度,默认为10,如果长度小于等于0,则不对长度进行限制 false number null
tag 是否是tag样式 false boolean true
color tag颜色,目前支持:blue,green,turquoise,orange false string undefind
balloonProps 自定义气泡属性 false object {} 参照funsion的balloon组件参数
tagProps 自定义tag属性 false object {} 参照funsion的tag组件参数