import { Switch } from "@/components/retroui/Switch";
import React from "react";
export default function SwitchStyleDefault() {
return (
<div className="flex items-center space-x-2">
<Switch id="notification" />
<label htmlFor="notification">Email Notifications</label>
</div>
);
}
npx shadcn@latest add @retroui/switch-style-defaultimport { SwitchStyleDefault } from "@/components/switch-style-default"<SwitchStyleDefault />