| name | storybook |
| description | - 🚀 [Getting Started](#getting-started) - 📒 [Projects](#projects) - 🛠 [Supported Frameworks & Examples](#supported-frameworks) - 🔗[Addons](#addons) - 🏅 [Badges & Presentation materials](#badges-- |
storybook
When to Use
- Build TypeScript applications with storybook
- Make HTTP requests
When NOT to Use
- Projects using Python or Rust (different ecosystem)
Quick Start
Install
Visit Storybook's website to learn more about Storybook and to get started.
Basic Usage
Visit Storybook's website to learn more about Storybook and to get started.
Examples
View Component Encyclopedia to see how leading teams use Storybook.
Use storybook.new to quickly create an example project in Stackblitz.
Storybook comes with a lot of addons for component design, documentation, testing, interactivity, and so on. Storybook's API makes it possible to configure and extend in various ways. It has even been extended to support React Native, Android, iOS, and Flutter development for mobile.
Project Info
- Language: TypeScript, JavaScript
- Tests: Yes
File Structure
├── code/
│ ├── __mocks__/
│ ├── addons/
│ ├── builders/
│ ├── core/
│ ├── e2e-tests/
│ ├── frameworks/
│ ├── lib/
│ ├── presets/
│ ├── renderers/
│ ├── sandbox/
│ ├── chromatic.config.json
│ ├── package.json
│ ├── playwright.config.ts
│ ├── prettier.config.mjs
│ ├── project.json
│ ├── tsconfig.json
│ ├── vitest-setup.ts
│ ├── vitest.config.storybook.ts
│ ├── vitest.config.ts
Generated by repo2skill