import React from "react"; import { Button } from "../src"; import { faBan } from "@fortawesome/free-solid-svg-icons"; export default { title: "Button", component: Button, }; export const Primary = () => ( <> ); export const Secondary = () => ( <> ); export const PrimaryFullSize = () => ; export const SecondaryFullSize = () => ( ); export const PrimaryWithIcon = () => ( <> ); export const SecondaryWithIcon = () => ( <> ); export const PrimaryWithoutText = () => ( <>