Used Storybook CLI init command to initialize Storybook
Followed the Storybook guide for Typescript
All files ending with .stories.tsx are loaded by Storybook
Created stories for a few components
Added Storyshots with multiSnapshotWithOptions enabled to have one snapshot file for every stories file (default is one unique snapshot file for the whole project)
Adds Storybook to the playground project
.stories.tsx
are loaded by StorybookmultiSnapshotWithOptions
enabled to have one snapshot file for every stories file (default is one unique snapshot file for the whole project)