storybook/docs/snippets/common/storybook-addon-essentials-install.npm.js.mdx
Kyle Gach 15623cec68 Remove @next specifiers in docs & READMEs
- If attached to a library used via npx/pnpm dlx, change to `@latest`
- Otherwise, remove it
2023-04-05 10:45:38 -06:00

4 lines
64 B
Plaintext

```shell
npm install @storybook/addon-essentials --save-dev
```