Application project Storybook files.
You can create files in the *.stories.(js|jsx|ts|tsx|mdx)
format in the project source code directory src/
as Storybook files.
Run the npm run dev story
command in the project to use these files to debug relevant content in Storybook.
To use Storybook, you need to enable the "Storybook" mode by running the new
command in the project first.