This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@pascaliske/storybook-helpers
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

Storybook Helpers

npm (scoped) GitHub Tag Build Status codecov Dependabot Status

Installation

To install the package use the following commands:

$ yarn add @pascaliske/storybook-helpers

Usage

import { createStory } from '@pascaliske/storybook-helpers'
import { FooComponent } from './foo.component'

export default {
    title: 'FooComponent',
}

export const Basic = createStory({
    parameters: {},
    factory: () => ({
        component: FooComponent,
        props: {},
    }),
})

License

MIT © Pascal Iske

Readme

Keywords

none

Package Sidebar

Install

npm i @pascaliske/storybook-helpers

Weekly Downloads

0

Version

1.1.5

License

MIT

Unpacked Size

8.19 kB

Total Files

17

Last publish

Collaborators

  • pascaliske