Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add utilities to Storybook #2370

Merged
merged 12 commits into from
Jan 30, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use singular name
  • Loading branch information
simurai committed Jan 27, 2023
commit 4532d7b7e3a4234a048f632e805222f730c8a0bf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
title: 'Utilities/Animations'
title: 'Utilities/Animation'
}

export const FadeIn = ({}) => (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
title: 'Utilities/Borders'
title: 'Utilities/Border'
}

export const Default = ({}) => (
Expand Down