@zachj27/guts
v0.1.8
Published
Install: ```bash npm i guts ```
Readme
guts (shadcn-style UI library)
Install:
npm i gutsTailwind (consumer app):
import gutsPreset from "guts/tailwind-preset";
export default { presets: [gutsPreset], content: ["./app/**/*.{ts,tsx}", "./components/**/*.{ts,tsx}", "./pages/**/*.{ts,tsx}", "./node_modules/guts/dist/**/*.{js,mjs,ts,tsx}"] };Tokens:
:root { --primary: 240 100% 60%; --primary-foreground: 0 0% 100%; }
.dark { --primary: 240 100% 70%; }