Here is label component
Loading preview...
import SwitchWithNormalLabelDemo from "@/components/ui/with-label"; export default function DemoOne() { return <SwitchWithNormalLabelDemo/>; }