KMask
Adds a mask to the specified element.
Install
bash
pnpm add @ikun-ui/mask
pnpm add @ikun-ui/mask
bash
yarn add @ikun-ui/mask
yarn add @ikun-ui/mask
bash
npm install @ikun-ui/mask
npm install @ikun-ui/mask
Basic usage
Custom background color
Set the background color of the mask through the color Attribute
Mask Props
Name | Type | Default | Description |
---|---|---|---|
color | string | - | The background color of the mask |
value | boolean | false | Whether to display the mask |
target | null / HTMLElement | parent element | The target element covered by the mask |
cls | string | - | Additional class |
attrs | any | {} | Additional attributes |
Mask Slots
Name | Description |
---|---|
default | Customize Mask content |