Skip to content

Commit

Permalink
fix(skip-link): add to exports (#320)
Browse files Browse the repository at this point in the history
I'd like to add skip links from the DSR to the `sbl-frontend` project,
but we're currently not exporting them.

## Changes

- adds an export for skip links

## How to test this PR

1. Can you now import skip links from the DSR?

## Screenshots

![Screenshot 2024-03-18 at 4 43 50
PM](https://github.com/cfpb/design-system-react/assets/19983248/9ad951e4-f8a3-472e-aa13-aff01bcb8786)

## TODO
- there are some additional focus styles that we might want to import
over later
  • Loading branch information
billhimmelsbach authored Mar 19, 2024
1 parent 6220f9e commit de421e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export { RadioButton } from './components/RadioButton/RadioButton';
export { Select } from './components/Select/Select';
export { SelectMulti } from './components/Select/SelectMulti';
export { SelectSingle } from './components/Select/SelectSingle';
export { default as SkipNav } from './components/SkipNav/SkipNav';
export { Table } from './components/Table/Table';
export { Tagline } from './components/Tagline/Tagline';
export { TextArea } from './components/TextInput/TextArea';
Expand Down

0 comments on commit de421e2

Please sign in to comment.