Storybook

Introduction

Diffgram uses Storybook.

Storybook is a frontend workshop for building UI components and pages in isolation. Thousands of teams use it for UI development, testing, and documentation. It’s open source and free.

Storybook fits into Diffgram's Development System. It helps provide a uniform, interactive experience working with front end components.

1538

Getting Started

  1. Install Storybook
  2. Launch Storybook
  3. Play with Diffgram Stories

Stories are also viewable in code form in .stories files.

Direction

For contributors.

  • Components to base directory must be well documented in storybook
  • All props must have description if appropriate
2488