Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 3c9b9b0

Browse files
chore(c-skip-nav): update README
1 parent 9db038c commit 3c9b9b0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

packages/c-skip-nav/README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# @chakra-ui/c-skip-nav
22

3-
My component description
3+
`CSkipNavLink` and `CSkipNavContent` are components in tandem to allow a user to skip over navigation content to some main content.
44

55
## Installation
66

77
```sh
88
yarn add @chakra-ui/c-skip-nav
99
# or
1010
npm i @chakra-ui/c-skip-nav
11-
```
11+
```
12+
13+
## Usage
14+
15+
```sh
16+
import { CSkipNavLink, CSkipNavContent } from '@chakra-ui/c-skip-nav'
17+
```

0 commit comments

Comments
 (0)