Skip to content
On this page

KTag

Tag for categorizing or markup.

Install

bash
pnpm add @ikun-ui/tag
pnpm add @ikun-ui/tag
bash
yarn add @ikun-ui/tag
yarn add @ikun-ui/tag
bash
npm install @ikun-ui/tag
npm install @ikun-ui/tag

Basic usage

Use type, round and circle to define Tag's style.

Tag Props

NameTypeDefaultDescription
typeenum'success' / 'error' / 'warning' / 'info'/ 'primary'Tag type
clsstring-Additional class for
attrsany{}Additional attributes

Tag Slots

NameDescription
defaultCustomize default content

MIT Licensed