import { Layout, Playground, Attributes } from 'lib/components' import { Keyboard } from 'components' export const meta = { title: 'keyboard', description: 'tenotext', } ## Keyboard Display keyboard input that triggers an action. f `} /> `} /> f e b `} /> / `} /> Keyboard.Props | Attribute | Description | Type | Accepted values | Default | ---------- | ---------- | ---- | -------------- | ------ | | **command** | show command key | `boolean` | - | `false` | | **shift** | show shift key | `boolean` | - | `false` | | **option** | show option key | `boolean` | - | `false` | | **ctrl** | show ctrl key | `boolean` | - | `false` | | **small** | small keyboard size | `boolean` | - | `false` | | ... | native props | `KeygenHTMLAttributes` | `'keyType', 'className', ...` | - | export default ({ children }) => {children}