UNPKG

radh-ui

Version:

Stencil Component Starter

8 lines (6 loc) 270 B
import { withA11y } from '@storybook/addon-a11y'; import { addDecorator, storiesOf } from '@storybook/html'; import notes from './readme.md'; addDecorator(withA11y); storiesOf('Integrations/radh-d3', module) .add('default', () => `<radh-d3></radh-d3>`, { notes });