Versioned style guides with React Storybook

Panos Voudouris
3 min readJun 26, 2017

A while ago I wrote about how we are using Storybook to generate a living style guide, for use within a design system. While continuing work on a living style guide, we encountered the need to be able to see the various versions of each component in the UI library we were creating. As such, we created a new add-on for just that: versions.

Versions

Obviously, we are using React Storybook for our living style guide. I won’t bore you with what it can or cannot do yet again, however one of the important things it does is that we…

--

--