Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Add the 'V-' prefix to the stories for VNoticeBar
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Apr 2, 2022
1 parent 26dcb72 commit 360a6e1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/VNoticeBar/meta/NoticeBar.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ import {
Story,
} from '@storybook/addon-docs'

import NoticeBar from '~/components/VNoticeBar/VNoticeBar'
import VNoticeBar from '~/components/VNoticeBar/VNoticeBar'

<Meta title="Components/Notice bar" component={NoticeBar} />
<Meta title="Components/VNoticeBar" component={VNoticeBar} />

export const Template = (args) => ({
template: `<NoticeBar>{{ args.text }}</NoticeBar>`,
components: { NoticeBar },
template: `<VNoticeBar>{{ args.text }}</VNoticeBar>`,
components: { VNoticeBar },
setup() {
return { args }
},
})

# Notice bar

<Description of={NoticeBar} />
<Description of={VNoticeBar} />

<ArgsTable of={NoticeBar} />
<ArgsTable of={VNoticeBar} />

<Canvas>
<Story
Expand Down

0 comments on commit 360a6e1

Please sign in to comment.