Create a Story
To create a story, add a new file next to your component with the same name, but with the .stories.ts
extension. Inside this file, you can import the component and define multiple variants (stories) to showcase different states or configurations of the component.
Example: