Files
ui/components.json
T
Wlad Meixner 120c12d162 refactor(base-ui): migrate leaf primitives to @base-ui/react
checkbox, switch, separator, scroll-area and label move off radix-ui.
Classes are unchanged: the maia style already uses Base UI data
attributes (data-checked, data-vertical), which radix never emitted.

- label drops the primitive for a native <label>
- separator becomes callable and loses `decorative`
- scroll-area renames ScrollAreaScrollbar/ScrollAreaThumb to
  Scrollbar/Thumb
- data-table's header checkbox uses the new `indeterminate` prop
2026-09-07 11:21:30 +02:00

26 lines
542 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "base-maia",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "tailwind.config.js",
"css": "src/index.css",
"baseColor": "mist",
"cssVariables": true,
"prefix": "lib"
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide",
"rtl": false,
"menuColor": "default-translucent",
"menuAccent": "subtle",
"registries": {}
}