Skip to content

Commit

Permalink
docs: adds some clearer categorisation to storybook stories (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
ergusto authored Nov 8, 2023
1 parent 9c32d5d commit 2a82d1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stories/Button/Button.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Button } from '@/components/Button'

// More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
const meta = {
title: 'Components/Button',
title: 'Form/Button',
component: Button,
parameters: {
// Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
Expand Down
2 changes: 1 addition & 1 deletion stories/Checkbox/Checkbox.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { CheckboxDemo } from './CheckBox.example'

// More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
const meta = {
title: 'Components/Checkbox',
title: 'Form/Checkbox',
component: CheckboxDemo,
parameters: {
// Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
Expand Down
2 changes: 1 addition & 1 deletion stories/Label/Label.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { LabelDemo } from './Label.example'

// More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
const meta = {
title: 'Components/Label',
title: 'Form/Label',
component: LabelDemo,
parameters: {
// Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
Expand Down
2 changes: 1 addition & 1 deletion stories/Radio/Radio.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { RadioGroupDemo } from './Radio.example'

// More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
const meta = {
title: 'Components/RadioGroup',
title: 'Form/RadioGroup',
component: RadioGroupDemo,
parameters: {
// Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
Expand Down

0 comments on commit 2a82d1c

Please sign in to comment.