/react-storybook-design-system

An example design system build using react and storybook

Primary LanguageJavaScriptMIT LicenseMIT

React Storybook Design System

Introduction

Demonstration

This repository showcases using Storybook as a development tool for building React components and for housing a styleguide. There is also a bare bones todo application that utilizes the components. Examples contained within showcase:

  • Using and configuring storybook and it's plugins.
  • Writing CSS via the CSS-in-JS tool styled-components.
  • Setting global styles across the application and the storybook instance.
  • Building themes passed around via context.
  • Creating stories to showcase a component and it's permutations.
  • Building styleguide pages for iconography and colors.

Instructions

This project assumes you already have Node and Yarn installed. The steps are as follows:

  1. Install node dependencies:
yarn install
  1. Run the application:
yarn start
  1. Run storybook:
yarn storybook

Further Information