Skip to content

Commit

Permalink
Add note to skip register step
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaun Lloyd committed Jul 21, 2023
1 parent 2957597 commit eb9bf82
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/addons/themes/docs/getting-started/bootstrap.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 📦 Install addon

**NOTE:** As of Storybook 7.2, `@storybook/addon-themes` ships in `@storybook/addon-essentials`. Only follow this step if you are using Storybook >= 7.0 && < 7.2

To get started, **install the package** as a dev dependency

yarn:
Expand Down
2 changes: 2 additions & 0 deletions code/addons/themes/docs/getting-started/emotion.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 📦 Install addon

**NOTE:** As of Storybook 7.2, `@storybook/addon-themes` ships in `@storybook/addon-essentials`. Only follow this step if you are using Storybook >= 7.0 && < 7.2

To get started, **install the package** as a dev dependency

yarn:
Expand Down
2 changes: 2 additions & 0 deletions code/addons/themes/docs/getting-started/material-ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 📦 Install addon

**NOTE:** As of Storybook 7.2, `@storybook/addon-themes` ships in `@storybook/addon-essentials`. Only follow this step if you are using Storybook >= 7.0 && < 7.2

To get started, **install the package** as a dev dependency

yarn:
Expand Down
2 changes: 2 additions & 0 deletions code/addons/themes/docs/getting-started/styled-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 📦 Install addon

**NOTE:** As of Storybook 7.2, `@storybook/addon-themes` ships in `@storybook/addon-essentials`. Only follow this step if you are using Storybook >= 7.0 && < 7.2

To get started, **install the package** as a dev dependency

yarn:
Expand Down
2 changes: 2 additions & 0 deletions code/addons/themes/docs/getting-started/tailwind.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 📦 Install addon

**NOTE:** As of Storybook 7.2, `@storybook/addon-themes` ships in `@storybook/addon-essentials`. Only follow this step if you are using Storybook >= 7.0 && < 7.2

To get started, **install the package** as a dev dependency

yarn:
Expand Down

0 comments on commit eb9bf82

Please sign in to comment.