mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
commit
b364ed42f1
@ -11,13 +11,13 @@
|
||||
"files",
|
||||
"viewer"
|
||||
],
|
||||
"homepage": "https://github.com/storybooks/storybook#readme",
|
||||
"homepage": "https://github.com/storybookjs/storybook#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/storybooks/storybook/issues"
|
||||
"url": "https://github.com/storybookjs/storybook/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/storybooks/storybook.git",
|
||||
"url": "git+https://github.com/storybookjs/storybook.git",
|
||||
"directory": "addons/design-assets"
|
||||
},
|
||||
"license": "MIT",
|
||||
|
@ -7,13 +7,13 @@
|
||||
"storybook",
|
||||
"query"
|
||||
],
|
||||
"homepage": "https://github.com/storybooks/storybook#readme",
|
||||
"homepage": "https://github.com/storybookjs/storybook#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/storybooks/storybook/issues"
|
||||
"url": "https://github.com/storybookjs/storybook/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/storybooks/storybook.git",
|
||||
"url": "git+https://github.com/storybookjs/storybook.git",
|
||||
"directory": "addons/addon-queryparams"
|
||||
},
|
||||
"license": "MIT",
|
||||
|
@ -3,7 +3,7 @@
|
||||
Storybook for Rax is a UI development environment for your Rax components.
|
||||
With it, you can visualize different states of your UI components and develop them interactively.
|
||||
|
||||

|
||||

|
||||
|
||||
Storybook runs outside of your app.
|
||||
So you can develop UI components in isolation without worrying about app specific dependencies and requirements.
|
||||
|
@ -6,13 +6,13 @@
|
||||
"storybook",
|
||||
"rax"
|
||||
],
|
||||
"homepage": "https://github.com/storybooks/storybook/tree/master/app/rax",
|
||||
"homepage": "https://github.com/storybookjs/storybook/tree/master/app/rax",
|
||||
"bugs": {
|
||||
"url": "https://github.com/storybooks/storybook/issues"
|
||||
"url": "https://github.com/storybookjs/storybook/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/storybooks/storybook.git",
|
||||
"url": "https://github.com/storybookjs/storybook.git",
|
||||
"directory": "app/rax"
|
||||
},
|
||||
"license": "MIT",
|
||||
|
@ -8,13 +8,13 @@
|
||||
"storybook",
|
||||
"parameter"
|
||||
],
|
||||
"homepage": "https://github.com/storybooks/storybook#readme",
|
||||
"homepage": "https://github.com/storybookjs/storybook#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/storybooks/storybook/issues"
|
||||
"url": "https://github.com/storybookjs/storybook/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/storybooks/storybook.git",
|
||||
"url": "git+https://github.com/storybookjs/storybook.git",
|
||||
"directory": "dev-kit/addon-parameter"
|
||||
},
|
||||
"license": "MIT",
|
||||
|
@ -8,13 +8,13 @@
|
||||
"storybook",
|
||||
"roundtrip"
|
||||
],
|
||||
"homepage": "https://github.com/storybooks/storybook#readme",
|
||||
"homepage": "https://github.com/storybookjs/storybook#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/storybooks/storybook/issues"
|
||||
"url": "https://github.com/storybookjs/storybook/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/storybooks/storybook.git",
|
||||
"url": "git+https://github.com/storybookjs/storybook.git",
|
||||
"directory": "dev-kit/addon-roundtrip"
|
||||
},
|
||||
"license": "MIT",
|
||||
|
@ -266,7 +266,7 @@ You can learn more about the complete API [here](/addons/api).
|
||||
|
||||
## Packaging
|
||||
|
||||
You can package this addon into a NPM module very easily. As an example, have a look at this [package](https://github.com/storybooks/storybook/tree/master/addons/notes).
|
||||
You can package this addon into a NPM module very easily. As an example, have a look at this [package](https://github.com/storybookjs/storybook/tree/master/addons/notes).
|
||||
|
||||
In addition to moving the above code to a NPM module, we've set `react` and `@storybook/addons` as peer dependencies.
|
||||
|
||||
|
@ -63,7 +63,7 @@ exports[`Storyshots Button with new info 1`] = `
|
||||
>
|
||||
Use the
|
||||
<a
|
||||
href="https://github.com/storybooks/storybook/tree/master/addons/info"
|
||||
href="https://github.com/storybookjs/storybook/tree/master/addons/info"
|
||||
rel="noopener noreferrer"
|
||||
style="color:#3498db"
|
||||
target="_blank"
|
||||
|
@ -3,7 +3,7 @@ import { configure, addParameters } from '@storybook/rax';
|
||||
addParameters({
|
||||
options: {
|
||||
name: 'Rax Kitchen Sink',
|
||||
url: 'https://github.com/storybooks/storybook/tree/master/examples/rax-kitchen-sink',
|
||||
url: 'https://github.com/storybookjs/storybook/tree/master/examples/rax-kitchen-sink',
|
||||
goFullScreen: false,
|
||||
showAddonsPanel: true,
|
||||
showSearchBox: false,
|
||||
|
@ -3,7 +3,7 @@ import { configure, addParameters } from '@storybook/rax';
|
||||
addParameters({
|
||||
options: {
|
||||
name: 'Rax Kitchen Sink',
|
||||
url: 'https://github.com/storybooks/storybook/tree/master/examples/rax-kitchen-sink',
|
||||
url: 'https://github.com/storybookjs/storybook/tree/master/examples/rax-kitchen-sink',
|
||||
goFullScreen: false,
|
||||
showAddonsPanel: true,
|
||||
showSearchBox: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user