Examples
What is Storybook and how do we use it?
Storybook is a user interface development environment and playground for UI components. We use it to create components independently and showcase components interactively in an isolated development environment. A Storybook is a collection of stories. Each story represents a single visual state of a component.
How you can leverage Storybook to make using Clay easier
Whenever you have doubts about how a component is implemented or used, checking out its stories is a great way of getting valuable information about how we envisioned that component be used.
You can use Storybook for inspiration, as well as guidelines, for your use case as well as getting insight into the composition of a component.
Examples/Demos
Here are our demos we have in Storybook that utilize Clay components showcasing some common use cases.