Last updated
In this guide, we'll walk through render our newly styled custom Strong component in Storybook.
The first thing we'll need to do is create a dedicated Strong directory under stories/:
hsds-react/
└── stories/
└── Strong/
└── Strong.stories.mdxLet's write some tests to make sure Strong works as we expect it to. (Just in case!)
Last updated