RockefellerArchiveCenter / styles

Style Library for the Rockefeller Archive Center
https://styles.rockarch.org
MIT License
0 stars 1 forks source link

Adds Storybook SkipLink component #28

Closed helrond closed 3 years ago

helrond commented 3 years ago

Adds a SkipLink component. This one has a control for showing/hiding. We may need to add some additional documentation on this one to indicate that the visually-hidden class is necessary for it to behave as desired (only show up on :focus)

fixes #15

HaSistrunk commented 3 years ago

If I did want to add a sentence of documentation, would I need to do that with MDX? I'm having trouble figuring out if I can do that using DocsPage.

helrond commented 3 years ago

Yeah I was having trouble figuring that out as well. My sense is that we'd have to convert the SkipLink.stories.js to MDX.

HaSistrunk commented 3 years ago

Alright. I'm thinking maybe more comprehensive component documentation is a later project, perhaps?