Storybook & Atomic Design - 1.6. - Styling Our Button

Опубликовано: 02 Июнь 2026
на канале: whatjackhasmade
3,511
44

Full course lesson post - https://whatjackhasmade.co.uk/storybo...
GitHub Project Repository - https://github.com/whatjackhasmade/st...

At the moment our Button component doesn't have any styles, other than that of browsers default applied to it.

In this lesson we are going to cover how we can use the `styled-components` package to write isolated styles that apply to any instance of our Button component, with dynamic css properties generated based on the props that are provided to a component.