Removed /stories
This commit is contained in:
parent
5145780e90
commit
e94000ff7f
@ -1,25 +0,0 @@
|
||||
/* @flow */
|
||||
|
||||
import React from "react";
|
||||
|
||||
import { storiesOf } from "@storybook/react";
|
||||
import { action } from "@storybook/addon-actions";
|
||||
import { linkTo } from "@storybook/addon-links";
|
||||
|
||||
import { Button, Welcome } from "@storybook/react/demo";
|
||||
|
||||
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>
|
||||
));
|
||||
Loading…
x
Reference in New Issue
Block a user