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:
- Knobs - Interact with and edit component props dynamically
- Actions - Get feedback on data received by event handlers when an action is performed
- Info ('Show Info') - View additional documentation and sample source code with a
PropType
explorer
Also refer to Storybook