Search
Ctrl + K
Display keyboard key
Source
Docs
Package
import { Kbd } from '@mantine/core'; function Demo() { return ( <div dir="ltr"> <Kbd>⌘</Kbd> + <Kbd>Shift</Kbd> + <Kbd>M</Kbd> </div> ); }
import { Kbd } from '@mantine/core'; function Demo() { return <Kbd>Shift</Kbd>; }
Indicator
NumberFormatter