You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
We want to have an overview of existing Icons and which ones to add when working on new screens.
Describe the solution you'd like
We should add all icons into a shared folder inder dashboard/components/icons and add all of them to storybook to make them searchable. Then replace the static ones with the new components.
Currently an static icon is inline svg. For example:
Traxmaxx
changed the title
Move all Icons into a shared folder and add them to Storybook
Move all static icons into a shared folder as components and add them to Storybook
Oct 11, 2023
Is your feature request related to a problem? Please describe.
We want to have an overview of existing Icons and which ones to add when working on new screens.
Describe the solution you'd like
We should add all icons into a shared folder inder
dashboard/components/icons
and add all of them to storybook to make them searchable. Then replace the static ones with the new components.Currently an static icon is inline svg. For example:
These static icons need to become a component. For example
Beware of classes or stylings which need to be passed in as props when replacing the static icon!
Describe alternatives you've considered
None
The text was updated successfully, but these errors were encountered: