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
Great to see storybook up and running! No need to have the SB files in their own folder, they can sit next to their associated component wherever it lies.
The asset or 'atoms' folder is a great idea and a useful place to put the simplest components such as inputs, buttons etc. There's an interesting concept called atomic design which is useful for thinking about 'Component Driven UIs'. In our app we use a simple interpretation of it using atoms, molecules and pages.
Atoms: buttons, inputs
Which are used in the molecules: for example a component that renders a list of the user's projects
Which can be put together with other molecules to make more complex pages
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: