Is your feature request related to a problem? Please describe.
Component src/components/DataPeriodRemark.svelte can be used in many places, but there is no story file describe this component yet.
Describe the solution you'd like
Create a folder src/components/DataPeriodRemark and move DataPeriodRemark.svelte inside. No need to change the component code.
Create a story file src/components/DataPeriodRemark.story.svelte
Additional context
Check out from and open PR to main
We use Histoire for the frontend component catalog, each described by a story file.
Start histoire dev server with yarn story:dev
Add controls for all the props
If you need to mock data from the props, you can take sample data from the website or just make it up.
Is your feature request related to a problem? Please describe. Component
src/components/DataPeriodRemark.svelte
can be used in many places, but there is no story file describe this component yet.Describe the solution you'd like
src/components/DataPeriodRemark
and moveDataPeriodRemark.svelte
inside. No need to change the component code.src/components/DataPeriodRemark.story.svelte
Additional context
main
yarn story:dev