HSDS: React
  • HSDS: React
  • Quick start
    • Components
  • Testing
    • Local Integration Testing
  • Reporting Issues
  • Contributing
    • Getting started
    • Creating a component
    • Styling
    • Write a story
    • Writing tests
    • Adding documentation
    • Submitting for review
    • Publishing a release
Powered by GitBook
On this page
  • Initial files
  • Next
  • See also
  1. Contributing

Write a story

PreviousStylingNextWriting tests

Last updated 4 years ago

In this guide, we'll walk through render our newly in .

Initial files

The first thing we'll need to do is create a dedicated Strong directory under stories/:

hsds-react/
  └── stories/
      └── Strong/
        └── Strong.stories.mdx

Next

Let's to make sure Strong works as we expect it to. (Just in case!)

See also

styled
custom Strong component
Storybook
Writing stories
write some tests
Storybook