UNPKG

@public-ui/components

Version:

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

23 lines (12 loc) 1.53 kB
# kol-quote <!-- Auto Generated Below --> ## Overview The **Quote** component has two variants: a short inline (`inline`) and an indented block (`block`) variant. Both variants include a link to the source of the quote. ## 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'` | ----------------------------------------------