Components
npx shadcn@latest add https://21st.dev/r/coss.com/toggleLoading preview...
import { Toggle } from "@/components/ui/component";
export default function Particle() {
return (
<div className="flex items-center justify-center w-full min-h-screen bg-background">
<Toggle size="sm" variant="outline">
Small
</Toggle>
</div>
);
}
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...
Loading preview...