previewcn
Tweak and preview shadcn/ui themes on your actual app
File Explorer
- cli-simplification-summary.md
- embedded_devtools_mode_b6ae679e.plan.md
- code-chek.yml
- favicon.ico
- globals.css
- layout.tsx
- page.tsx
- color-preset-specs.ts
- colors.ts
- fonts.ts
- index.ts
- radius.ts
- theme-presets.ts
- color-picker.tsx
- css-export-button.tsx
- css-export.ts
- devtools.tsx
- font-selector.tsx
- index.ts
- mode-toggle.tsx
- panel.tsx
- preset-selector.tsx
- radius-selector.tsx
- theme-applier.ts
- trigger.tsx
- use-theme-state.ts
- alert-dialog.tsx
- badge.tsx
- button.tsx
- card.tsx
- client-tweet-card.tsx
- combobox.tsx
- dropdown-menu.tsx
- field.tsx
- input-group.tsx
- input.tsx
- label.tsx
- select.tsx
- separator.tsx
- textarea.tsx
- tweet-card.tsx
- component-example.tsx
- demo-video.tsx
- example.tsx
- footer.tsx
- hero.tsx
- social-proof.tsx
- theme-provider.tsx
- trigger-hint.tsx
- utils.ts
- arrow.svg
- file.svg
- globe.svg
- next.svg
- previewcn-demo.mp4
- vercel.svg
- window.svg
- .gitignore
- components.json
- eslint.config.mjs
- next.config.ts
- package.json
- postcss.config.mjs
- README.md
- tsconfig.json
- font-override-setup.md
- font-selection-feature.md
- landing-page-implementation.md
- oklch-to-tailwind-migration.md
- PRD.md
- presets-implementation.md
- registry-migration-plan.md
- roadmap.md
- shadcn-style-implementation-plan.md
- tweakcn-presets-implementation.md
- doctor.ts
- init.ts
- cli-ui.ts
- detect-project.ts
- logger.ts
- modify-layout.ts
- package-manager.ts
- path-resolver.ts
- index.ts
- .prettierignore
- package.json
- tsconfig.json
- tsup.config.ts
- utils.ts
- color-preset-specs.ts
- colors.ts
- fonts.ts
- index.ts
- radius.ts
- theme-presets.ts
- color-picker.tsx
- css-export-button.tsx
- css-export.ts
- devtools.tsx
- font-selector.tsx
- index.ts
- mode-toggle.tsx
- panel.tsx
- preset-selector.tsx
- radius-selector.tsx
- theme-applier.ts
- trigger.tsx
- use-theme-state.ts
- package.json
- registry.json
- tsconfig.json
- .coderabbit.yaml
- .gitignore
- AGENTS.md
- CLAUDE.md
- color-theme.json
- LICENSE
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- tsconfig.base.json
- tsconfig.json
- turbo.json
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
npx
View Details ▼
npx
This command is an alias of `npm exec`.
tldr npm exec
View documentation for the original command:
pnpm
View Details ▼
pnpm
Fast, disk space efficient package manager for Node.js.
Manage Node.js projects and their module dependencies.
pnpm init
Create a `package.json` file:
pnpm {{[i|install]}}
Download all the packages listed as dependencies in `package.json`:
pnpm add {{module_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
