Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 935 Bytes

storybook.md

File metadata and controls

13 lines (8 loc) · 935 Bytes

Storybook

Storybook is an open source tool for efficiently developing and organizing React user interface (UI) components in isolation.

The Storybook environment is a searchable, single source of truth for UI components with detailed information on their props and types, documentation, and example use cases on how to consume Carbon for IBM Security.

Storybook addons enable advanced functionality, including:

  1. Knobs - Interact with and edit component props dynamically
  2. Actions - Get feedback on data received by event handlers when an action is performed
  3. Info ('Show Info') - View additional documentation and sample source code with a PropType explorer

Also refer to Storybook