UNPKG

@public-ui/components

Version:

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

30 lines (13 loc) 1.04 kB
# kol-skip-nav <!-- Auto Generated Below --> ## Properties | Property | Attribute | Description | Type | Default | | --------------------- | --------- | ------------------------------------------------------------------------------------------------------------------ | ----------------------- | ----------- | | `_label` _(required)_ | `_label` | Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). | `string` | `undefined` | | `_links` _(required)_ | `_links` | Defines the list of links combined with their labels to render. | `LinkProps[] \| string` | `undefined` | ## Methods ### `focus() => Promise<void | undefined>` Sets focus on the internal element. #### Returns Type: `Promise<void | undefined>` ----------------------------------------------