Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 516 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 516 Bytes

Storybooks with React

Example of Component Driven Development (CDD) and components documentation with Storybook 6 and React JS.

🚀 Live Demo

Project includes

  • React JS
  • PropTypes
  • Styled Components
  • Storybook
    • Main configuration in .storybook/main.js
    • Global styles and parameters in .storybook/preview.js
    • Controls Add on to live interaction with component props.
    • MXD for the prototype / documentation.