Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Create icons storybook story programatically
Browse files Browse the repository at this point in the history
  • Loading branch information
justinanastos committed Sep 11, 2020
1 parent 9bbee4a commit 551c540
Show file tree
Hide file tree
Showing 7 changed files with 527 additions and 380 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ src/icons/*.tsx
# Storybook
!.storybook
!.github

# Programatically created Storybook story
src/icons/Icons.story.mdx
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ tsconfig.tsbuildinfo
# Generated icons stored in src directory
src/icons/*.tsx
!src/icons/*.spec.tsx
src/icons/Icons.story.mdx

# Generated illustrations stored in src directory (we also generate the story)
src/illustrations/*.tsx
Expand Down
Loading

0 comments on commit 551c540

Please sign in to comment.