import * as React from "react" import { storiesOf } from "@storybook/react" import { ThemeProvider } from "styled-components" import { theme } from "../../../" import { RibbonBadgeWithIcon } from "../components/RibbonBadge" storiesOf("Badge", module) .addDecorator((story) => (
{story()}
)) .add("RibbonWithIcon", () => (
))