mirror of
https://github.com/bendtherules/react-vis-gridarea.git
synced 2026-08-18 13:51:59 +00:00
Remove one demo story + debugger statement
This commit is contained in:
@@ -10,16 +10,6 @@ import ChartWithGridAreaVertical from './BasicGridAreaVertical';
|
|||||||
|
|
||||||
storiesOf('Welcome', module).add('to Storybook', () => <Welcome showApp={linkTo('Button')} />);
|
storiesOf('Welcome', module).add('to Storybook', () => <Welcome showApp={linkTo('Button')} />);
|
||||||
|
|
||||||
storiesOf('Button', module)
|
|
||||||
.add('with text', () => <Button onClick={action('clicked')}>Hello Button</Button>)
|
|
||||||
.add('with some emoji', () => (
|
|
||||||
<Button onClick={action('clicked')}>
|
|
||||||
<span role="img" aria-label="so cool">
|
|
||||||
😀 😎 👍 💯
|
|
||||||
</span>
|
|
||||||
</Button>
|
|
||||||
));
|
|
||||||
|
|
||||||
storiesOf('Grid area', module)
|
storiesOf('Grid area', module)
|
||||||
.add('Basic Horizontal', () => <ChartWithGridAreaHorizontal onClick={action('clicked')} />)
|
.add('Basic Horizontal', () => <ChartWithGridAreaHorizontal onClick={action('clicked')} />)
|
||||||
.add('Basic Vertical', () => <ChartWithGridAreaVertical onClick={action('clicked')} />)
|
.add('Basic Vertical', () => <ChartWithGridAreaVertical onClick={action('clicked')} />)
|
||||||
|
|||||||
Reference in New Issue
Block a user