Mohammad Asif cf937194cb Removed un-waned things 1. | 5 月之前 | |
---|---|---|
.. | ||
bin | 5 月之前 | |
dist | 5 月之前 | |
LICENSE | 5 月之前 | |
README.md | 5 月之前 | |
auto.config.js | 5 月之前 | |
package.json | 5 月之前 | |
postinstall.js | 5 月之前 | |
preset.js | 5 月之前 | |
tsup.config.js | 5 月之前 |
@storybook/addon-styling-webpack
Get started in Storybook 7 faster with popular styling tools.
To get started, install the package using the Storybook CLI
pnpm:
pnpm dlx storybook@latest add @storybook/addon-styling-webpack
yarn:
yarn dlx storybook@latest add @storybook/addon-styling-webpack
npm:
npx storybook@latest add @storybook/addon-styling-webpack
If you'd like to contribute to this addon, THANK YOU, I'd love your help 🙏
pnpm build
build and package your addon codenext
version on npm, and the development branch where most work occurslatest
version on npm and the stable version that most users usenext
branch, which depends on the next
version of Storybook.next
NPM tag.pick
will get cherry-picked back to the main
branch and will generate a release on the latest
npm tag.