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