Components
Loading preview...
Mac Keyboard
npx shadcn@latest add https://21st.dev/r/designali-in/keyboardimport { Component } from "@/components/ui/keyboard";
const DemoOne = () => {
return (
<div className="flex w-full h-screen justify-center items-center">
<Component />
</div>
);
};
export { DemoOne };