Skip to content

Commit 2e8838c

Browse files
authored
fix: tailwind starter storybook docs (#8493)
1 parent 655602f commit 2e8838c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

starters/tailwind/.storybook/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ const config = {
1919
"../stories/**/*.stories.@(js|jsx|mjs|ts|tsx)",
2020
],
2121
addons: [
22+
"@storybook/addon-essentials",
2223
"@storybook/addon-links",
23-
"@storybook/addon-onboarding",
2424
"@storybook/addon-interactions"
2525
],
2626
framework: {

starters/tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"@babel/preset-react": "^7.24.1",
44
"@storybook/addon-interactions": "^8.6.14",
55
"@storybook/addon-links": "^8.6.14",
6-
"@storybook/addon-onboarding": "^1.0.8",
76
"@storybook/blocks": "^8.6.14",
87
"@storybook/react": "^8.6.14",
98
"@storybook/react-vite": "^8.6.14",
@@ -14,6 +13,7 @@
1413
"autoprefixer": "^10.4.16",
1514
"prop-types": "^15.8.1",
1615
"react": "^18.2.0",
16+
"react-docgen-typescript": "^2.2.2",
1717
"react-dom": "^18.2.0",
1818
"storybook": "^8.6.14",
1919
"tailwindcss": "^4.0.0",

0 commit comments

Comments
 (0)