KTag
Tag for categorizing or markup.
Install
bash
pnpm add @ikun-ui/tagpnpm add @ikun-ui/tagbash
yarn add @ikun-ui/tagyarn add @ikun-ui/tagbash
npm install @ikun-ui/tagnpm install @ikun-ui/tagBasic usage
Use type, round and circle to define Tag's style.
Tag Props
| Name | Type | Default | Description |
|---|---|---|---|
| type | enum | 'success' / 'error' / 'warning' / 'info'/ 'primary' | Tag type |
| cls | string | - | Additional class for |
| attrs | any | {} | Additional attributes |
Tag Slots
| Name | Description |
|---|---|
| default | Customize default content |