Skip to content

Commit

Permalink
chore(Typography): Added story
Browse files Browse the repository at this point in the history
  • Loading branch information
giubatt committed Aug 3, 2021
1 parent 3c91dbc commit abd3184
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/components/Typography/Typography.stories.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import React from "react"
import Typography from "./Typography"
import { Meta, Story } from "@storybook/react/types-6-0"

export default {
title: "Design System/Typography",
component: Typography,
} as Meta

const Template: Story = () => {
return <Typography />
}

export const Default = Template.bind({})
Default.args = {}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit abd3184

Please sign in to comment.