import { storiesOf } from "@storybook/react"; import * as React from "react"; import { Button } from "../components/Button"; storiesOf("Button", module).add("All", () => (

Small Buttons (fixed)

GOOGLE GOOGLE

Medium Buttons (sizable)

Large Buttons (fixed)

));