Skip to content

Commit

Permalink
Merge pull request #71 from frontend-ce/feature/ConfigurarStorybook
Browse files Browse the repository at this point in the history
Feature/configurar storybook
  • Loading branch information
jmtannus authored Jul 22, 2024
2 parents d9c7ed4 + 1eca5e2 commit 932c6eb
Show file tree
Hide file tree
Showing 8 changed files with 103 additions and 261 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ dist-ssr
*.njsproj
*.sln
*.sw?

*storybook.log
2 changes: 0 additions & 2 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ const config: StorybookConfig = {
"@storybook/addon-essentials",
"@chromatic-com/storybook",
"@storybook/addon-interactions",
"@storybook/addon-themes",
"@storybook/addon-remix-react-router",
],
framework: {
name: "@storybook/react-vite",
Expand Down
Binary file added src/assets/figma-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/assets/figma.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 0 additions & 7 deletions src/stories/Button.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,3 @@ export const Small: Story = {
label: 'Button',
},
};

export const TestingButton: Story = {
args: {
primary: false,
label: "Button"
}
};
1 change: 1 addition & 0 deletions src/stories/Button.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from 'react';
import './button.css';

export interface ButtonProps {
Expand Down
Loading

0 comments on commit 932c6eb

Please sign in to comment.