Skip to content

Commit

Permalink
initial comments for Button stories
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmchughes committed Feb 5, 2024
1 parent d1ab5bd commit 80222af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions heat-stack/stories/Button.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ export default meta;
type Story = StoryObj<typeof meta>;

// More on writing stories with args: https://storybook.js.org/docs/writing-stories/args

//variants seem like they'd make for a decent starting point for stories
// for args, I think variant and size should work

export const Primary: Story = {
args: {
primary: true,
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 80222af

Please sign in to comment.