diff --git a/apps/www/.vitepress/theme/components/ThemeCustomizer.vue b/apps/www/.vitepress/theme/components/ThemeCustomizer.vue index 769b1c41..5a7315de 100644 --- a/apps/www/.vitepress/theme/components/ThemeCustomizer.vue +++ b/apps/www/.vitepress/theme/components/ThemeCustomizer.vue @@ -43,7 +43,7 @@ const { isDark } = useData() @click="setTheme(color)" > @@ -102,7 +102,7 @@ export const payments: Payment[] = [ Start by creating the following file structure: -```txt +```ansi components └── payments ├── columns.ts diff --git a/apps/www/src/content/docs/contribution.md b/apps/www/src/content/docs/contribution.md index 7273f543..a8e4917b 100644 --- a/apps/www/src/content/docs/contribution.md +++ b/apps/www/src/content/docs/contribution.md @@ -101,13 +101,13 @@ You can use the `pnpm --filter=[WORKSPACE]` command to start the development pro 1. To run the `shadcn-vue.com` website: -``` +```bash pnpm dev ``` 2. To run the `shadcn-vue` cli package: -``` +```bash pnpm dev:cli ``` diff --git a/apps/www/src/content/docs/installation/astro.md b/apps/www/src/content/docs/installation/astro.md index a09af697..2a438b91 100644 --- a/apps/www/src/content/docs/installation/astro.md +++ b/apps/www/src/content/docs/installation/astro.md @@ -17,7 +17,7 @@ npm create astro@latest You will be asked a few questions to configure your project: -```txt:line-numbers +```ansi:line-numbers - Where should we create your new project? ./your-app-name - How would you like to start your new project? @@ -99,7 +99,7 @@ npx shadcn-vue@latest init You will be asked a few questions to configure `components.json`: -```txt:line-numbers +```ansi:line-numbers Would you like to use TypeScript (recommended)? no / yes Which framework are you using? Astro Which style would you like to use? › Default diff --git a/apps/www/src/content/docs/installation/laravel.md b/apps/www/src/content/docs/installation/laravel.md index 7c0971db..8ebc607f 100644 --- a/apps/www/src/content/docs/installation/laravel.md +++ b/apps/www/src/content/docs/installation/laravel.md @@ -25,7 +25,7 @@ npx shadcn-vue@latest init You will be asked a few questions to configure `components.json`: -```txt:line-numbers +```ansi:line-numbers Would you like to use TypeScript (recommended)? no / yes Which framework are you using? Vite / Nuxt / Laravel Which style would you like to use? › Default diff --git a/apps/www/src/content/docs/installation/nuxt.md b/apps/www/src/content/docs/installation/nuxt.md index 1c2d9429..5f1656fd 100644 --- a/apps/www/src/content/docs/installation/nuxt.md +++ b/apps/www/src/content/docs/installation/nuxt.md @@ -213,7 +213,7 @@ npx shadcn-vue@latest init You will be asked a few questions to configure `components.json`: -```txt:line-numbers +```ansi:line-numbers Would you like to use TypeScript (recommended)? no / yes Which framework are you using? Vite / Nuxt / Laravel Which style would you like to use? › Default @@ -231,7 +231,7 @@ Write configuration to components.json. Proceed? > Y/n Here's the default structure of Nuxt app. You can use this as a reference: -```txt {6-16,20-21} +```ansi {6-16,20-21} . ├── pages │ ├── index.vue diff --git a/apps/www/src/content/docs/installation/vite.md b/apps/www/src/content/docs/installation/vite.md index 0ec0f3a4..97165fcf 100644 --- a/apps/www/src/content/docs/installation/vite.md +++ b/apps/www/src/content/docs/installation/vite.md @@ -168,7 +168,7 @@ npx shadcn-vue@latest init You will be asked a few questions to configure `components.json`: -```txt:line-numbers +```ansi:line-numbers Would you like to use TypeScript (recommended)? no / yes Which framework are you using? Vite / Nuxt / Laravel Which style would you like to use? › Default diff --git a/apps/www/src/lib/registry/default/example/DialogDemo.vue b/apps/www/src/lib/registry/default/example/DialogDemo.vue index 299f7b0c..2954be84 100644 --- a/apps/www/src/lib/registry/default/example/DialogDemo.vue +++ b/apps/www/src/lib/registry/default/example/DialogDemo.vue @@ -32,13 +32,13 @@ import { Label } from '@/lib/registry/default/ui/label' - +
- +
diff --git a/apps/www/src/lib/registry/default/example/DialogForm.vue b/apps/www/src/lib/registry/default/example/DialogForm.vue index 87591cab..55051760 100644 --- a/apps/www/src/lib/registry/default/example/DialogForm.vue +++ b/apps/www/src/lib/registry/default/example/DialogForm.vue @@ -38,7 +38,7 @@ function onSubmit(values: any) {