Request: Add Storybook icon
See original GitHub issueStorybook is a UI dev sandbox. You can use it as an isolated environment for prototyping React/Angular/+ components. It’s used by Airbnb, Squarespace, Coursera, and many others.
The icon should be applied to:
- Folders named
.storybook
- Files that end in either of the following:
.stories.js
.stories.jsx
.story.js
.story.jsx
This is their icon:
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Icons - Page ⋅ Storybook - ArcGIS Developers
To see all the props supported by the Icon component, refer to this story. Support preview icons for RTL. SVG component. A new...
Read more >Theming - Storybook
Use Storybook's light theme as a baseline. · Replace Storybook's logo in the sidebar with our own (defined in the brandImage variable). ·...
Read more >Build a React Storybook UI Kit - 3. Icon Library - YouTube
Join us as we build an Icon Library using Icomoon to create an Icon Font for our UI Kit. Part 3 of our...
Read more >Icons / Introduction - Page ⋅ Storybook - Oriflame
Get and svg icon/s from designers; Add your icon/s to icomoon.io and make desired ... Create pull request to @ori/icons with name like:...
Read more >How to add a changeable icon to component in storybook?
// ItemsList.story. ... args} />; export const Default = Template.bind({}); Default.args = { icon: ????, header: 'Header', children: ['link 1', ' ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey guys, thanks for adding storybook icon to my favorite icon theme! 😀
But could you please consider to keep white internal parts since it looks so unusual with dark theme? 😊
@bcanseco Thank you for the request. I had to adjust the icon to make it look better with the other icons in the theme. Right now, it would look like this:
Dark background:
Light background:
Is this ok for you?