@retronew/unocss-preset-shadcn
v0.2.0
Published
UnoCSS's preset for Shadcn
Maintainers
Readme
unocss-preset-shadcn

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