LicenseChip API
API reference docs for the Stash LicenseChip
component. Learn about the props, CSS, and other APIs of this exported module.
Import
ts
import LicenseChip from '@leaflink/stash/LicenseChip.vue';
Props
Name | Type | Default | Description |
---|---|---|---|
license | string | '-' | License type to be displayed. This can be either the type code (e.g. "MED") or the full name (e.g. "Medical"). |
disabled | boolean | - | Whether the chip is disabled. Defaults to false. |
size | "small" | "medium" | medium | Size of the chip. Defaults to medium. Available sizes: "small" | "medium". |
Slots
None
Events
None