Skip to content

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

NameTypeDefaultDescription
licensestring '-' License type to be displayed. This can be either the type code (e.g. "MED") or the full name (e.g. "Medical").
disabledboolean-Whether the chip is disabled. Defaults to false.
size"small" | "medium"mediumSize of the chip. Defaults to medium. Available sizes: "small" | "medium".

Slots

None

Events

None