From 80222af3cde53cd5802340c9e71d288982c26eda Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 5 Feb 2024 16:48:38 -0500 Subject: [PATCH] initial comments for Button stories --- heat-stack/stories/Button.stories.ts | 4 ++++ package-lock.json | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 package-lock.json diff --git a/heat-stack/stories/Button.stories.ts b/heat-stack/stories/Button.stories.ts index c54b8d7b..f7fd18f7 100644 --- a/heat-stack/stories/Button.stories.ts +++ b/heat-stack/stories/Button.stories.ts @@ -22,6 +22,10 @@ export default meta; type Story = StoryObj; // 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, diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 00000000..7f4cec66 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "home-energy-analysis-tool", + "lockfileVersion": 3, + "requires": true, + "packages": {} +}