Press any key on your keyboard!
Keyboard
InteractionsAnimated virtual keyboard
keyboardvirtualinput
Installation
$
Usage
tsx
import { Keyboard } from "@/components/nonaxial/keyboard"
export default function Example() {
return (
<Keyboard>{/* Your content here */}</Keyboard>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |