File tree Expand file tree Collapse file tree 5 files changed +29
-25
lines changed Expand file tree Collapse file tree 5 files changed +29
-25
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ toc: false
4
4
5
5
# Basic Usage
6
6
7
- Live example of basic usage of Nuxt and Storybook .
7
+ Example usage of Nuxt and Storybook.
8
8
9
9
---
10
10
11
- Here is a minimal example of a Nuxt project using the Storybook module.
11
+ This is a minimal example of a Nuxt project using the Storybook module.
12
12
13
- : sandbox { src =" https://stackblitz.com/edit /nuxt-starter-cvzvzg ?file=stories %2FMyNuxtWelcome.stories.ts &embed=1 " }
13
+ : sandbox { src =" https://stackblitz.com/github /nuxt-modules/storybook/tree/main/examples/ starter?file=components %2FMyNuxtWelcome.stories.js &embed=1 " }
Original file line number Diff line number Diff line change
1
+ ---
2
+ toc : false
3
+ ---
4
+
5
+ # Tailwind CSS
6
+
7
+ Usage of Storybook with Tailwind CSS.
8
+
9
+ ---
10
+
11
+ This example shows how to use the [ Tailwind CSS module for Nuxt] ( https://tailwindcss.nuxtjs.org/ ) in combination with the Storybook module.
12
+
13
+ : sandbox { src =" https://stackblitz.com/github/nuxt-modules/storybook/tree/main/examples/tailwind?file=components%2FSimpleDiv.stories.ts&embed=1 " }
Original file line number Diff line number Diff line change
1
+ ---
2
+ toc : false
3
+ ---
4
+
5
+ # Advanced Usage
6
+
7
+ Advanced examples of using Nuxt with Storybook.
8
+
9
+ ---
10
+
11
+ This example shows how to use various Nuxt features and modules in combination with the Nuxt Storybook module.
12
+
13
+ : sandbox { src =" https://stackblitz.com/github/nuxt-modules/storybook/tree/main/examples/showcase?file=README.md&embed=1 " }
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments