React
Is new design vision part implemented using new tokens?
React
Is new design vision part implemented using new tokens?
import { SkipLinks } from '@optimus-web/core';
<SkipLinks
label="Skip links:"
list={
[
{ text: 'Nav', link: '#nav' },
{ text: 'Main', link: '#main' },
{ text: 'Footer', link: '#footer' },
]
} />
|
Name |
Description |
Type |
Default |
|---|---|---|---|
|
label |
The label for the skip links. |
ReactNode |
- |
|
list |
An array of skip link items |
SkipLinkListItemProps[] |
- |