diff --git a/sites/docs/mdsx.config.js b/sites/docs/mdsx.config.js
index e9827acf7..4013ed049 100644
--- a/sites/docs/mdsx.config.js
+++ b/sites/docs/mdsx.config.js
@@ -169,7 +169,7 @@ export function rehypeComponentExample() {
try {
for (const style of styles) {
- // @ts-expect-error - this is fine for now.
+ // @ts-expect-error - this is fine
const component = Index[style.name][name];
const src = component.files[0].replace("/lib/", "/src/lib/");
let sourceCode = getComponentSourceFileContent(src);
diff --git a/sites/docs/src/content/cli.md b/sites/docs/src/content/cli.md
index 50d78eb8b..c87170669 100644
--- a/sites/docs/src/content/cli.md
+++ b/sites/docs/src/content/cli.md
@@ -3,15 +3,17 @@ title: CLI
description: Use the CLI to add components to your project.
---
+
+
## init
Use the `init` command to initialize dependencies for a new project.
The `init` command installs dependencies, adds the `cn` util, configures `tailwind.config.cjs`, and creates CSS variables for the project.
-```bash
-npx shadcn-svelte@latest init
-```
+
You will be asked a few questions to configure `components.json`:
@@ -47,9 +49,7 @@ Options:
Use the `add` command to add components and dependencies to your project.
-```bash
-npx shadcn-svelte@latest add [component]
-```
+
You will be presented with a list of components to choose from:
@@ -93,9 +93,7 @@ Options:
Use the `update` command to update components in your project. This will overwrite any modifications you've made to the components, so be sure to commit your changes before running this command.
-```bash
-npx shadcn-svelte@latest update [component]
-```
+
### Options
diff --git a/sites/docs/src/content/components-json.md b/sites/docs/src/content/components-json.md
index c879c1f59..9ec6bee39 100644
--- a/sites/docs/src/content/components-json.md
+++ b/sites/docs/src/content/components-json.md
@@ -4,7 +4,7 @@ description: Configuration for your project.
---
The `components.json` file holds configuration for your project.
@@ -19,9 +19,7 @@ We use it to understand how your project is set up and how to generate component
You can create a `components.json` file in your project by running the following command:
-```bash
-npx shadcn-svelte@latest init
-```
+
See the [CLI section](/docs/cli) for more information.
diff --git a/sites/docs/src/content/components/accordion.md b/sites/docs/src/content/components/accordion.md
index f5c4db7d2..0cabb0be7 100644
--- a/sites/docs/src/content/components/accordion.md
+++ b/sites/docs/src/content/components/accordion.md
@@ -7,7 +7,7 @@ bits: https://www.bits-ui.com/docs/components/accordion
---
@@ -18,17 +18,13 @@ bits: https://www.bits-ui.com/docs/components/accordion
## Installation
-```bash
-npx shadcn-svelte@latest add accordion
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/alert-dialog.md b/sites/docs/src/content/components/alert-dialog.md
index fd12345d5..b6e599bfa 100644
--- a/sites/docs/src/content/components/alert-dialog.md
+++ b/sites/docs/src/content/components/alert-dialog.md
@@ -8,7 +8,7 @@ bits: https://www.bits-ui.com/docs/components/alert-dialog
---
@@ -19,17 +19,13 @@ bits: https://www.bits-ui.com/docs/components/alert-dialog
## Installation
-```bash
-npx shadcn-svelte@latest add alert-dialog
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/alert.md b/sites/docs/src/content/components/alert.md
index 40d4e9ce1..c0e6dd68f 100644
--- a/sites/docs/src/content/components/alert.md
+++ b/sites/docs/src/content/components/alert.md
@@ -6,7 +6,7 @@ source: https://github.com/huntabyte/shadcn-svelte/tree/main/sites/docs/src/lib/
---
@@ -17,9 +17,7 @@ source: https://github.com/huntabyte/shadcn-svelte/tree/main/sites/docs/src/lib/
## Installation
-```bash
-npx shadcn-svelte@latest add alert
-```
+
diff --git a/sites/docs/src/content/components/aspect-ratio.md b/sites/docs/src/content/components/aspect-ratio.md
index f58d47b59..56b659201 100644
--- a/sites/docs/src/content/components/aspect-ratio.md
+++ b/sites/docs/src/content/components/aspect-ratio.md
@@ -7,7 +7,7 @@ bits: https://www.bits-ui.com/docs/components/aspect-ratio
---
@@ -18,17 +18,13 @@ bits: https://www.bits-ui.com/docs/components/aspect-ratio
## Installation
-```bash
-npx shadcn-svelte@latest add aspect-ratio
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/avatar.md b/sites/docs/src/content/components/avatar.md
index e0e764aa5..c29c5f06b 100644
--- a/sites/docs/src/content/components/avatar.md
+++ b/sites/docs/src/content/components/avatar.md
@@ -7,7 +7,7 @@ bits: https://www.bits-ui.com/docs/components/avatar
---
@@ -18,17 +18,13 @@ bits: https://www.bits-ui.com/docs/components/avatar
## Installation
-```bash
-npx shadcn-svelte@latest add avatar
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/badge.md b/sites/docs/src/content/components/badge.md
index 5b6fcd57d..cd041ce5c 100644
--- a/sites/docs/src/content/components/badge.md
+++ b/sites/docs/src/content/components/badge.md
@@ -6,7 +6,7 @@ source: https://github.com/huntabyte/shadcn-svelte/tree/main/sites/docs/src/lib/
---
@@ -18,9 +18,7 @@ source: https://github.com/huntabyte/shadcn-svelte/tree/main/sites/docs/src/lib/
## Installation
-```bash
-npx shadcn-svelte@latest add badge
-```
+
diff --git a/sites/docs/src/content/components/breadcrumb.md b/sites/docs/src/content/components/breadcrumb.md
index 30937e31e..c6bca6654 100644
--- a/sites/docs/src/content/components/breadcrumb.md
+++ b/sites/docs/src/content/components/breadcrumb.md
@@ -6,7 +6,7 @@ source: https://github.com/huntabyte/shadcn-svelte/tree/main/sites/docs/src/lib/
---
@@ -17,9 +17,7 @@ source: https://github.com/huntabyte/shadcn-svelte/tree/main/sites/docs/src/lib/
## Installation
-```bash
-npx shadcn-svelte@latest add breadcrumb
-```
+
diff --git a/sites/docs/src/content/components/button.md b/sites/docs/src/content/components/button.md
index 0bbfa43cd..451c9f579 100644
--- a/sites/docs/src/content/components/button.md
+++ b/sites/docs/src/content/components/button.md
@@ -8,7 +8,7 @@ bits: https://www.bits-ui.com/docs/components/button
---
@@ -19,17 +19,13 @@ bits: https://www.bits-ui.com/docs/components/button
## Installation
-```bash
-npx shadcn-svelte@latest add button
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/calendar.md b/sites/docs/src/content/components/calendar.md
index 7679e0449..41cc8acdd 100644
--- a/sites/docs/src/content/components/calendar.md
+++ b/sites/docs/src/content/components/calendar.md
@@ -7,7 +7,7 @@ bits: https://www.bits-ui.com/docs/components/calendar
---
@@ -24,17 +24,13 @@ If you're looking for a range calendar, check out the [Range Calendar](/docs/com
## Installation
-```bash
-npx shadcn-svelte@latest add calendar
-```
+
1. Install `bits-ui` and `@internationalized/date`:
-```bash
-npm install bits-ui @internationalized/date
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/card.md b/sites/docs/src/content/components/card.md
index 960216c88..d28ba495f 100644
--- a/sites/docs/src/content/components/card.md
+++ b/sites/docs/src/content/components/card.md
@@ -6,7 +6,7 @@ source: https://github.com/huntabyte/shadcn-svelte/tree/main/sites/docs/src/lib/
---
@@ -17,9 +17,7 @@ source: https://github.com/huntabyte/shadcn-svelte/tree/main/sites/docs/src/lib/
## Installation
-```bash
-npx shadcn-svelte@latest add card
-```
+
diff --git a/sites/docs/src/content/components/carousel.md b/sites/docs/src/content/components/carousel.md
index 99b7299fa..f65b35a5e 100644
--- a/sites/docs/src/content/components/carousel.md
+++ b/sites/docs/src/content/components/carousel.md
@@ -7,7 +7,7 @@ bits: https://www.embla-carousel.com/get-started/svelte/
---
@@ -22,17 +22,13 @@ The carousel component is built using the [Embla Carousel](https://www.embla-car
## Installation
-```bash
-npx shadcn-svelte@latest add carousel
-```
+
1. Install `embla-carousel-svelte`:
-```bash
-npm install embla-carousel-svelte -D
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/checkbox.md b/sites/docs/src/content/components/checkbox.md
index f2afe1b4a..e38544e6a 100644
--- a/sites/docs/src/content/components/checkbox.md
+++ b/sites/docs/src/content/components/checkbox.md
@@ -7,7 +7,7 @@ bits: https://www.bits-ui.com/docs/components/checkbox
---
@@ -18,17 +18,13 @@ bits: https://www.bits-ui.com/docs/components/checkbox
## Installation
-```bash
-npx shadcn-svelte@latest add checkbox
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/collapsible.md b/sites/docs/src/content/components/collapsible.md
index 5fcfb486e..a37ec324e 100644
--- a/sites/docs/src/content/components/collapsible.md
+++ b/sites/docs/src/content/components/collapsible.md
@@ -8,7 +8,7 @@ bits: https://www.bits-ui.com/docs/components/collapsible
---
@@ -19,17 +19,13 @@ bits: https://www.bits-ui.com/docs/components/collapsible
## Installation
-```bash
-npx shadcn-svelte@latest add collapsible
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/command.md b/sites/docs/src/content/components/command.md
index 0709d55c1..b65769238 100644
--- a/sites/docs/src/content/components/command.md
+++ b/sites/docs/src/content/components/command.md
@@ -7,7 +7,7 @@ bits: https://github.com/huntabyte/cmdk-sv
---
@@ -28,17 +28,13 @@ The `` component uses the [`cmdk-sv`](https://cmdk-sv.com) library to
## Installation
-```bash
-npx shadcn-svelte@latest add command
-```
+
-1. Install `cmdk-sv`:
+1. Install `cmdk-sv` and `bits-ui`:
-```bash
-npm install cmdk-sv bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/context-menu.md b/sites/docs/src/content/components/context-menu.md
index 1f858162f..6c3bc2d69 100644
--- a/sites/docs/src/content/components/context-menu.md
+++ b/sites/docs/src/content/components/context-menu.md
@@ -7,7 +7,7 @@ bits: https://www.bits-ui.com/docs/components/context-menu
---
@@ -18,17 +18,13 @@ bits: https://www.bits-ui.com/docs/components/context-menu
## Installation
-```bash
-npx shadcn-svelte@latest add context-menu
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/data-table.md b/sites/docs/src/content/components/data-table.md
index b4b223c61..66da6088a 100644
--- a/sites/docs/src/content/components/data-table.md
+++ b/sites/docs/src/content/components/data-table.md
@@ -6,7 +6,7 @@ source: https://github.com/huntabyte/shadcn-svelte/tree/main/sites/docs/src/lib/
---
@@ -46,15 +46,11 @@ This guide will show you how to use [Svelte Headless Table](https://svelte-headl
1. Add the `
` component to your project:
-```bash
-npx shadcn-svelte@latest add table
-```
+
2. Add `svelte-headless-table` as a dependency:
-```bash
-npm install -D svelte-headless-table
-```
+
## Prerequisites
diff --git a/sites/docs/src/content/components/dialog.md b/sites/docs/src/content/components/dialog.md
index 0d65ec5f7..f1f966e7f 100644
--- a/sites/docs/src/content/components/dialog.md
+++ b/sites/docs/src/content/components/dialog.md
@@ -8,7 +8,7 @@ bits: https://www.bits-ui.com/docs/components/dialog
---
@@ -19,17 +19,13 @@ bits: https://www.bits-ui.com/docs/components/dialog
## Installation
-```bash
-npx shadcn-svelte@latest add dialog
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/drawer.md b/sites/docs/src/content/components/drawer.md
index d7603bea0..8638c5dac 100644
--- a/sites/docs/src/content/components/drawer.md
+++ b/sites/docs/src/content/components/drawer.md
@@ -7,7 +7,7 @@ bits: https://www.vaul-svelte.com
---
@@ -22,17 +22,13 @@ Drawer is built on top of [Vaul Svelte](https://vaul-svelte.com), which is a Sve
## Installation
-```bash
-npx shadcn-svelte@latest add drawer
-```
+
1. Install `vaul-svelte`:
-```bash
-npm install vaul-svelte
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/dropdown-menu.md b/sites/docs/src/content/components/dropdown-menu.md
index 71e6f4101..5a69f8b35 100644
--- a/sites/docs/src/content/components/dropdown-menu.md
+++ b/sites/docs/src/content/components/dropdown-menu.md
@@ -7,7 +7,7 @@ bits: https://www.bits-ui.com/docs/components/dropdown-menu
---
@@ -18,17 +18,13 @@ bits: https://www.bits-ui.com/docs/components/dropdown-menu
## Installation
-```bash
-npx shadcn-svelte@latest add dropdown-menu
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/form.md b/sites/docs/src/content/components/form.md
index 7a749eb08..e680b3a55 100644
--- a/sites/docs/src/content/components/form.md
+++ b/sites/docs/src/content/components/form.md
@@ -4,7 +4,7 @@ description: Building forms with Formsnap, Superforms, & Zod.
---
@@ -65,9 +65,7 @@ If you aren't familiar with [Superforms](https://superforms.rocks) & [Formsnap](
## Installation
-```bash
-npx shadcn-svelte@latest add form
-```
+
## Usage
diff --git a/sites/docs/src/content/components/hover-card.md b/sites/docs/src/content/components/hover-card.md
index 271b297ac..6e7b913b0 100644
--- a/sites/docs/src/content/components/hover-card.md
+++ b/sites/docs/src/content/components/hover-card.md
@@ -7,7 +7,7 @@ bits: https://www.bits-ui.com/docs/components/link-preview
---
@@ -18,17 +18,13 @@ bits: https://www.bits-ui.com/docs/components/link-preview
## Installation
-```bash
-npx shadcn-svelte@latest add hover-card
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/input.md b/sites/docs/src/content/components/input.md
index 23cffa8f3..6c7caf42e 100644
--- a/sites/docs/src/content/components/input.md
+++ b/sites/docs/src/content/components/input.md
@@ -6,7 +6,7 @@ source: https://github.com/huntabyte/shadcn-svelte/tree/main/sites/docs/src/lib/
---
@@ -19,9 +19,7 @@ source: https://github.com/huntabyte/shadcn-svelte/tree/main/sites/docs/src/lib/
## Installation
-```bash
-npx shadcn-svelte@latest add input
-```
+
diff --git a/sites/docs/src/content/components/label.md b/sites/docs/src/content/components/label.md
index c31454fed..8ecdd3921 100644
--- a/sites/docs/src/content/components/label.md
+++ b/sites/docs/src/content/components/label.md
@@ -7,7 +7,7 @@ bits: https://www.bits-ui.com/docs/components/label
---
@@ -18,17 +18,13 @@ bits: https://www.bits-ui.com/docs/components/label
## Installation
-```bash
-npx shadcn-svelte@latest add label
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/menubar.md b/sites/docs/src/content/components/menubar.md
index 0ea00eb30..051e70407 100644
--- a/sites/docs/src/content/components/menubar.md
+++ b/sites/docs/src/content/components/menubar.md
@@ -7,7 +7,7 @@ bits: https://www.bits-ui.com/docs/components/menubar
---
@@ -16,17 +16,13 @@ bits: https://www.bits-ui.com/docs/components/menubar
## Installation
-```bash
-npx shadcn-svelte@latest add menubar
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/pagination.md b/sites/docs/src/content/components/pagination.md
index eaf66c22b..c6112e4af 100644
--- a/sites/docs/src/content/components/pagination.md
+++ b/sites/docs/src/content/components/pagination.md
@@ -7,7 +7,7 @@ bits: https://www.bits-ui.com/docs/components/pagination
---
@@ -18,17 +18,13 @@ bits: https://www.bits-ui.com/docs/components/pagination
## Installation
-```bash
-npx shadcn-svelte@latest add pagination
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/popover.md b/sites/docs/src/content/components/popover.md
index 316f79135..f0dc546f1 100644
--- a/sites/docs/src/content/components/popover.md
+++ b/sites/docs/src/content/components/popover.md
@@ -7,7 +7,7 @@ bits: https://www.bits-ui.com/docs/components/popover
---
@@ -18,17 +18,13 @@ bits: https://www.bits-ui.com/docs/components/popover
## Installation
-```bash
-npx shadcn-svelte@latest add popover
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/progress.md b/sites/docs/src/content/components/progress.md
index aa9851912..7fc30827f 100644
--- a/sites/docs/src/content/components/progress.md
+++ b/sites/docs/src/content/components/progress.md
@@ -7,7 +7,7 @@ bits: https://www.bits-ui.com/docs/components/progress
---
@@ -18,17 +18,13 @@ bits: https://www.bits-ui.com/docs/components/progress
## Installation
-```bash
-npx shadcn-svelte@latest add progress
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/radio-group.md b/sites/docs/src/content/components/radio-group.md
index 6f22028d8..1320eb169 100644
--- a/sites/docs/src/content/components/radio-group.md
+++ b/sites/docs/src/content/components/radio-group.md
@@ -7,7 +7,7 @@ bits: https://www.bits-ui.com/docs/components/radio-group
---
@@ -18,17 +18,13 @@ bits: https://www.bits-ui.com/docs/components/radio-group
## Installation
-```bash
-npx shadcn-svelte@latest add radio-group
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/range-calendar.md b/sites/docs/src/content/components/range-calendar.md
index d5a19667b..6d2a08977 100644
--- a/sites/docs/src/content/components/range-calendar.md
+++ b/sites/docs/src/content/components/range-calendar.md
@@ -7,7 +7,7 @@ bits: https://www.bits-ui.com/docs/components/range-calendar
---
@@ -22,17 +22,13 @@ The `` component is built on top of the [Bits Range Calendar](h
## Installation
-```bash
-npx shadcn-svelte@latest add range-calendar
-```
+
1. Install `bits-ui` and `@internationalized/date`:
-```bash
-npm install bits-ui @internationalized/date
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/resizable.md b/sites/docs/src/content/components/resizable.md
index de9d59e15..19ce9eedb 100644
--- a/sites/docs/src/content/components/resizable.md
+++ b/sites/docs/src/content/components/resizable.md
@@ -7,7 +7,7 @@ bits: https://paneforge.com
---
@@ -22,17 +22,13 @@ The `Resizable` component is built on top of [PaneForge](https://github.com/svec
## Installation
-```bash
-npx shadcn-svelte@latest add resizable
-```
+
1. Install `paneforge`:
-```bash
-npm install paneforge
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/scroll-area.md b/sites/docs/src/content/components/scroll-area.md
index 9c1a4f588..f958432d0 100644
--- a/sites/docs/src/content/components/scroll-area.md
+++ b/sites/docs/src/content/components/scroll-area.md
@@ -7,7 +7,7 @@ bits: https://bits-ui.com/docs/components/scroll-area
---
@@ -18,13 +18,15 @@ bits: https://bits-ui.com/docs/components/scroll-area
## Installation
-```bash
-npx shadcn-svelte@latest add scroll-area
-```
+
-1. Copy and paste the component source files linked at the top of this page into your project.
+1. Install `bits-ui`:
+
+
+
+2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/select.md b/sites/docs/src/content/components/select.md
index fb74b3244..c5f17146d 100644
--- a/sites/docs/src/content/components/select.md
+++ b/sites/docs/src/content/components/select.md
@@ -7,7 +7,7 @@ bits: https://www.bits-ui.com/docs/components/select
---
@@ -18,17 +18,13 @@ bits: https://www.bits-ui.com/docs/components/select
## Installation
-```bash
-npx shadcn-svelte@latest add select
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/separator.md b/sites/docs/src/content/components/separator.md
index 35bcac40f..91ce73941 100644
--- a/sites/docs/src/content/components/separator.md
+++ b/sites/docs/src/content/components/separator.md
@@ -7,7 +7,7 @@ bits: https://www.bits-ui.com/docs/components/separator
---
@@ -18,17 +18,13 @@ bits: https://www.bits-ui.com/docs/components/separator
## Installation
-```bash
-npx shadcn-svelte@latest add separator
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/sheet.md b/sites/docs/src/content/components/sheet.md
index 10684debe..9e92009fe 100644
--- a/sites/docs/src/content/components/sheet.md
+++ b/sites/docs/src/content/components/sheet.md
@@ -7,7 +7,7 @@ bits: https://www.bits-ui.com/docs/components/dialog
---
@@ -18,17 +18,13 @@ bits: https://www.bits-ui.com/docs/components/dialog
## Installation
-```bash
-npx shadcn-svelte@latest add sheet
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/skeleton.md b/sites/docs/src/content/components/skeleton.md
index b263af90f..2d055fd98 100644
--- a/sites/docs/src/content/components/skeleton.md
+++ b/sites/docs/src/content/components/skeleton.md
@@ -6,7 +6,7 @@ source: https://github.com/huntabyte/shadcn-svelte/tree/main/sites/docs/src/lib/
---
@@ -17,9 +17,7 @@ source: https://github.com/huntabyte/shadcn-svelte/tree/main/sites/docs/src/lib/
## Installation
-```bash
-npx shadcn-svelte@latest add skeleton
-```
+
diff --git a/sites/docs/src/content/components/slider.md b/sites/docs/src/content/components/slider.md
index c6d0b968a..4dc198755 100644
--- a/sites/docs/src/content/components/slider.md
+++ b/sites/docs/src/content/components/slider.md
@@ -7,7 +7,7 @@ bits: https://www.bits-ui.com/docs/components/slider
---
@@ -18,17 +18,13 @@ bits: https://www.bits-ui.com/docs/components/slider
## Installation
-```bash
-npx shadcn-svelte@latest add slider
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/sonner.md b/sites/docs/src/content/components/sonner.md
index 78bb7f2e1..4fc8ecc74 100644
--- a/sites/docs/src/content/components/sonner.md
+++ b/sites/docs/src/content/components/sonner.md
@@ -6,7 +6,7 @@ source: https://github.com/huntabyte/shadcn-svelte/tree/main/sites/docs/src/lib/
---
@@ -37,9 +37,7 @@ If you wish to opt out of Dark Mode support, you can uninstall `mode-watcher` an
Run the following command:
-```bash
-npx shadcn-svelte@latest add sonner
-```
+
Add the Toaster component
@@ -63,9 +61,7 @@ Note: Make sure you are adding the import from the path `"$lib/components/ui/son
1. Install `svelte-sonner`:
-```bash
-npm install svelte-sonner
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/switch.md b/sites/docs/src/content/components/switch.md
index 8f50bfdf0..83a2aba41 100644
--- a/sites/docs/src/content/components/switch.md
+++ b/sites/docs/src/content/components/switch.md
@@ -7,7 +7,7 @@ bits: https://www.bits-ui.com/docs/components/switch
---
@@ -18,17 +18,13 @@ bits: https://www.bits-ui.com/docs/components/switch
## Installation
-```bash
-npx shadcn-svelte@latest add switch
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/table.md b/sites/docs/src/content/components/table.md
index 61efc4b2c..253780fd4 100644
--- a/sites/docs/src/content/components/table.md
+++ b/sites/docs/src/content/components/table.md
@@ -6,7 +6,7 @@ source: https://github.com/huntabyte/shadcn-svelte/tree/main/sites/docs/src/lib/
---
@@ -17,9 +17,7 @@ source: https://github.com/huntabyte/shadcn-svelte/tree/main/sites/docs/src/lib/
## Installation
-```bash
-npx shadcn-svelte@latest add table
-```
+
diff --git a/sites/docs/src/content/components/tabs.md b/sites/docs/src/content/components/tabs.md
index 321062078..40b55d0cc 100644
--- a/sites/docs/src/content/components/tabs.md
+++ b/sites/docs/src/content/components/tabs.md
@@ -7,7 +7,7 @@ bits: https://www.bits-ui.com/docs/components/tabs
---
@@ -18,17 +18,13 @@ bits: https://www.bits-ui.com/docs/components/tabs
## Installation
-```bash
-npx shadcn-svelte@latest add tabs
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/textarea.md b/sites/docs/src/content/components/textarea.md
index 5199df0cb..ade6ed667 100644
--- a/sites/docs/src/content/components/textarea.md
+++ b/sites/docs/src/content/components/textarea.md
@@ -6,7 +6,7 @@ source: https://github.com/huntabyte/shadcn-svelte/tree/main/sites/docs/src/lib/
---
@@ -17,9 +17,7 @@ source: https://github.com/huntabyte/shadcn-svelte/tree/main/sites/docs/src/lib/
## Installation
-```bash
-npx shadcn-svelte@latest add textarea
-```
+
diff --git a/sites/docs/src/content/components/toggle-group.md b/sites/docs/src/content/components/toggle-group.md
index c1c6d0a94..5d64d91ac 100644
--- a/sites/docs/src/content/components/toggle-group.md
+++ b/sites/docs/src/content/components/toggle-group.md
@@ -7,7 +7,7 @@ bits: https://www.bits-ui.com/docs/components/toggle-group
---
@@ -18,17 +18,13 @@ bits: https://www.bits-ui.com/docs/components/toggle-group
## Installation
-```bash
-npx shadcn-svelte@latest add toggle-group
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/toggle.md b/sites/docs/src/content/components/toggle.md
index 608339870..ada2a202b 100644
--- a/sites/docs/src/content/components/toggle.md
+++ b/sites/docs/src/content/components/toggle.md
@@ -7,7 +7,7 @@ bits: https://www.bits-ui.com/docs/components/toggle
---
@@ -18,17 +18,13 @@ bits: https://www.bits-ui.com/docs/components/toggle
## Installation
-```bash
-npx shadcn-svelte@latest add toggle
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/components/tooltip.md b/sites/docs/src/content/components/tooltip.md
index eeaba7c7a..3d0dd567c 100644
--- a/sites/docs/src/content/components/tooltip.md
+++ b/sites/docs/src/content/components/tooltip.md
@@ -7,7 +7,7 @@ bits: https://www.bits-ui.com/docs/components/tooltip
---
@@ -18,17 +18,13 @@ bits: https://www.bits-ui.com/docs/components/tooltip
## Installation
-```bash
-npx shadcn-svelte@latest add tooltip
-```
+
1. Install `bits-ui`:
-```bash
-npm install bits-ui
-```
+
2. Copy and paste the component source files linked at the top of this page into your project.
diff --git a/sites/docs/src/content/dark-mode/astro.md b/sites/docs/src/content/dark-mode/astro.md
index b16e52331..1273d70d1 100644
--- a/sites/docs/src/content/dark-mode/astro.md
+++ b/sites/docs/src/content/dark-mode/astro.md
@@ -4,7 +4,7 @@ description: Adding dark mode to your Astro site.
---
Just like in regular Svelte, we use the `class` strategy from Tailwind CSS to support dark mode toggling. See the [Tailwind CSS documentation](https://tailwindcss.com/docs/dark-mode#toggling-dark-mode-manually) for more information.
@@ -58,9 +58,7 @@ import "$lib/styles/app.css";
### Install mode-watcher
-```bash
-npm install mode-watcher
-```
+
### Add the ModeWatcher component
diff --git a/sites/docs/src/content/dark-mode/svelte.md b/sites/docs/src/content/dark-mode/svelte.md
index 53ce04d23..2579aaec1 100644
--- a/sites/docs/src/content/dark-mode/svelte.md
+++ b/sites/docs/src/content/dark-mode/svelte.md
@@ -4,7 +4,7 @@ description: Adding dark mode to your Svelte site.
---
We use the `class` strategy from Tailwind CSS to support dark mode toggling. See the [Tailwind CSS documentation](https://tailwindcss.com/docs/dark-mode#toggling-dark-mode-manually) for more information.
@@ -19,9 +19,7 @@ How you add the ` dark` class to the `html` element is up to you. In this guide,
Start by installing `mode-watcher`:
-```bash
-npm install mode-watcher
-```
+
### Add the ModeWatcher component
diff --git a/sites/docs/src/content/installation/astro.md b/sites/docs/src/content/installation/astro.md
index ad1ed70c8..1540acce5 100644
--- a/sites/docs/src/content/installation/astro.md
+++ b/sites/docs/src/content/installation/astro.md
@@ -5,8 +5,7 @@ description: How to setup shadcn-svelte in an Astro project.
## Setup your project
@@ -17,9 +16,7 @@ description: How to setup shadcn-svelte in an Astro project.
Start by creating a new Astro project:
-```bash
-npm create astro@latest
-```
+
### Configure your Astro project
@@ -44,9 +41,7 @@ Yes/No
Install Svelte using the Astro CLI:
-```bash
-npx astro add svelte
-```
+
@@ -58,9 +53,7 @@ Answer `Yes` to all the question prompted by the CLI when installing Svelte.
Add Tailwind CSS using the Astro CLI:
-```bash
-npx astro add tailwind
-```
+
@@ -115,9 +108,7 @@ import "$lib/styles/app.css";
Run the `shadcn-svelte` init command to setup your project:
-```bash
-npx shadcn-svelte@latest init
-```
+
### Configure components.json
@@ -165,9 +156,7 @@ export default config;
You can now start adding components to your project.
-```bash
-npx shadcn-svelte@latest add button
-```
+
The command above will add the `Button` component to your project. You can then import it like this:
diff --git a/sites/docs/src/content/installation/manual.md b/sites/docs/src/content/installation/manual.md
index 60a4b8fa2..3135fec6e 100644
--- a/sites/docs/src/content/installation/manual.md
+++ b/sites/docs/src/content/installation/manual.md
@@ -4,7 +4,7 @@ description: How to setup shadcn-svelte manually.
---
## Setup your project
@@ -15,31 +15,23 @@ description: How to setup shadcn-svelte manually.
Use the `svelte-add` CLI to add Tailwind CSS to your project.
-```bash
-npx svelte-add@latest tailwindcss
-```
+
### Add dependencies
Add the following dependencies to your project:
-```bash
-npm install tailwind-variants clsx tailwind-merge
-```
+
### Add icon library
If you're using the `default` style, install `lucide-svelte`:
-```bash
-npm install lucide-svelte
-```
+
If you're using the `new-york` style, install `svelte-radix`:
-```bash
-npm install svelte-radix
-```
+
### Configure path aliases
@@ -340,4 +332,6 @@ Create `src/routes/+layout.svelte` and import the styles:
You can now start adding components to your project.
+
+
diff --git a/sites/docs/src/content/installation/sveltekit.md b/sites/docs/src/content/installation/sveltekit.md
index 25c8f5604..e21859d2d 100644
--- a/sites/docs/src/content/installation/sveltekit.md
+++ b/sites/docs/src/content/installation/sveltekit.md
@@ -5,7 +5,7 @@ description: How to setup shadcn-svelte in a SvelteKit project.
## Setup your project
@@ -16,23 +16,17 @@ description: How to setup shadcn-svelte in a SvelteKit project.
Use the SvelteKit CLI to create a new project.
-```bash
-npm create svelte@latest my-app
-```
+
### Add TailwindCSS
Use the `svelte-add` CLI to add Tailwind CSS to your project.
-```bash
-npx svelte-add@latest tailwindcss
-```
+
### Install dependencies
-```bash
-npm install
-```
+
### Setup path aliases
@@ -52,9 +46,7 @@ const config = {
### Run the CLI
-```bash
-npx shadcn-svelte@latest init
-```
+
### Configure components.json
@@ -74,9 +66,7 @@ Configure the import alias for utils: › $lib/utils
You can now start adding components to your project.
-```bash
-npx shadcn-svelte@latest add button
-```
+
The command above will add the `Button` component to your project. You can then import it like this:
diff --git a/sites/docs/src/content/installation/vite.md b/sites/docs/src/content/installation/vite.md
index 58cb0f8a5..446a3e1ce 100644
--- a/sites/docs/src/content/installation/vite.md
+++ b/sites/docs/src/content/installation/vite.md
@@ -5,7 +5,7 @@ description: How to setup shadcn-svelte in a Vite project.
## Setup your project
@@ -16,15 +16,11 @@ description: How to setup shadcn-svelte in a Vite project.
Use the `svelte-add` CLI to add Tailwind CSS to your project.
-```bash
-npx svelte-add@latest tailwindcss
-```
+
### Install dependencies
-```bash
-npm install
-```
+
### Setup path aliases
@@ -57,9 +53,7 @@ export default defineConfig({
### Run the CLI
-```bash
-npx shadcn-svelte@latest init
-```
+
### Configure components.json
@@ -79,9 +73,7 @@ Configure the import alias for utils: › $lib/utils
You can now start adding components to your project.
-```bash
-npx shadcn-svelte@latest add button
-```
+
The command above will add the `Button` component to your project. You can then import it like this:
diff --git a/sites/docs/src/lib/components/docs/copy-button.svelte b/sites/docs/src/lib/components/docs/copy-button.svelte
index 2ae506635..290b0b253 100644
--- a/sites/docs/src/lib/components/docs/copy-button.svelte
+++ b/sites/docs/src/lib/components/docs/copy-button.svelte
@@ -1,119 +1,72 @@
-{#if Object.values(commands).filter(Boolean).length > 1}
-
+{#if isPackageManagerBlock}
+
+
- {#each Object.entries(commands) as [key, command]}
- {#if command}
-
- navigator.clipboard
- .writeText(command)
- .then(handleCopyDone)
- .catch(handleCopyError)}
- >
- {key}
-
- {/if}
+ {#each packageManagers as pm (pm)}
+ {
+ selectedPackageManager.set(pm);
+ tick().then(() => {
+ copyCode();
+ });
+ }}
+ >
+ {pm}
+
{/each}
-{:else}
-
{/if}
+
diff --git a/sites/docs/src/lib/components/docs/index.ts b/sites/docs/src/lib/components/docs/index.ts
index 533343ec0..f8b8ccb15 100644
--- a/sites/docs/src/lib/components/docs/index.ts
+++ b/sites/docs/src/lib/components/docs/index.ts
@@ -23,6 +23,10 @@ export { default as CommandMenu } from "./command-menu.svelte";
export { default as ModeToggle } from "./mode-toggle.svelte";
export { default as Announcement } from "./announcement.svelte";
export { default as LinkedCard } from "./linked-card.svelte";
+export { default as PMExecute } from "./pm-execute.svelte";
+export { default as PMAddComp } from "./pm-add-comp.svelte";
+export { default as PMCreate } from "./pm-create.svelte";
+export { default as PMInstall } from "./pm-install.svelte";
export * from "./icons/index.js";
export * from "./page-header/index.js";
diff --git a/sites/docs/src/lib/components/docs/markdown/pre.svelte b/sites/docs/src/lib/components/docs/markdown/pre.svelte
index b70c4d074..12796d3db 100644
--- a/sites/docs/src/lib/components/docs/markdown/pre.svelte
+++ b/sites/docs/src/lib/components/docs/markdown/pre.svelte
@@ -1,19 +1,32 @@