3.0.0 • Published 4 months ago

@toptal/davinci-storybook-decorators v3.0.0

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
4 months ago

@toptal/davinci-storybook-decorators

Davinci's support for storybook decorators like PicassoDecorator

Usage

Add davinci-storybook-decorators to your project:

yarn add -D @toptal/davinci-storybook-decorators

And start using the decorator in your story files

import { PicassoDecorator } from '@toptal/davinci-storybook-decorators'

export default {
  title: 'Components/Subtitle',
  component: Subtitle,
  decorators: [PicassoDecorator],
} as ComponentMeta<typeof Subtitle>
3.0.0

8 months ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.4.1

3 years ago

0.4.0

3 years ago