unocss-shadcn
v0.1.7
Published
UnoCSS's preset for Shadcn
Maintainers
Readme
unocss-shadcn

A collection of UnoCSS utilities for shadcn/vue
Table of Contents
Getting Started
Installation
Install the package with
pnpm:pnpm install -D unocss-shadcnAdd the preset to your UnoCSS configuration file (typically
uno.config.tsor similar):import { defineConfig } from 'unocss'; import { presetShadcn } from 'unocss-shadcn'; export default defineConfig({ presets: [ presetShadcn(), // other presets... ], // other configurations... });
