grommet
Version:
focus on the essential experience
34 lines (24 loc) • 742 B
Markdown
## SkipLinks
Describe a list of elements to skip to.
[](https://storybook.grommet.io/?selectedKind=SkipLinks&full=0&addons=0&stories=1&panelRight=0) [](https://codesandbox.io/s/github/grommet/grommet-sandbox?initialpath=skiplinks&module=%2Fsrc%2FSkipLinks.js)
## Usage
```javascript
import { SkipLinks } from 'grommet';
<SkipLinks elements={['main', 'footer']} />
```
## Properties
**children**
Required. Array of SkipLink
```
node
```
**messages**
Custom messages for SkipLinks. Used for accessibility by screen
readers. Defaults to `{
"skipTo": "Skip To"
}`.
```
{
skipTo: string
}
```