a keyboard key for bluetooth toggle
npx shadcn@latest add https://21st.dev/r/theutkarshmail/bluetooth-key
Loading preview...
import { Component } from "@/components/ui/bluetooth-key"; export default function DemoOne() { return <Component />; }