UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

19 lines (10 loc) 1.36 kB
# kol-quote <!-- Auto Generated Below --> ## Properties | Property | Attribute | Description | Type | Default | | --------------------- | ---------- | ------------------------------------------------------------------------------------------------------------------ | ---------------------------------- | ----------- | | `_href` _(required)_ | `_href` | Sets the target URI of the link or citation source. | `string` | `undefined` | | `_label` | `_label` | Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). | `string` \| `undefined` | `undefined` | | `_quote` _(required)_ | `_quote` | Defines the text of the quote. | `string` | `undefined` | | `_variant` | `_variant` | Defines which variant should be used for presentation. | `"block"` \| `"inline"` \| `undefined` | `'inline'` | ----------------------------------------------