import React from "react"; import { action } from "@storybook/addon-actions"; import { Button } from "@storybook/react/demo"; export default { title: "Button" }; export const text = () => ( Hello Button ); export const emoji = () => ( 😀 😎 👍 💯 );