Components
Loading preview...
Here is custom colors component
@shadcnspace
npx shadcn@latest add https://21st.dev/r/shadcnspace/custom-colorsimport SwitchCustomColorDemo from "@/components/ui/custom-colors";
export default function DemoOne() {
return <SwitchCustomColorDemo />;
}