Usage Shift + Altsize: md Show Code import { Kbd, type KbdProps } from '@tacos-ui/react'; export const Demo = (props: KbdProps) => { return <Kbd {...props}>Shift + Alt</Kbd>; };