File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 11# Storybook Addon StackBlitz
22Create a one-click Pull Request environment right from your component
33
4- ## How to use it?
4+ ## Installation
5+
6+ yarn:
7+ ``` bash
8+ yarn add --dev @stackblitz/storybook-addon-stackblitz
9+ ```
10+
11+ npm:
12+ ``` bash
13+ npm install @stackblitz/storybook-addon-stackblitz --save-dev
14+ ```
15+
16+ pnpm:
17+ ``` bash
18+ pnpm add --save-dev @stackblitz/storybook-addon-stackblitz
19+ ```
20+
21+ ## Usage
522
623Add the following to your ` .storybook/main.ts ` exports:
724
Original file line number Diff line number Diff line change 11{
2- "name" : " storybook-addon-stackblitz" ,
2+ "name" : " @stackblitz/ storybook-addon-stackblitz" ,
33 "version" : " 0.0.0" ,
44 "description" : " Create a one-click Pull Request environment right from your component" ,
55 "keywords" : [
You can’t perform that action at this time.
0 commit comments