Code & Keyboard
Inline Code
Run npm run dev to start the playground, or npm run build to verify it compiles.
import { Code } from "@shavin/ui";
<Text>
Run <Code>npm run dev</Code> to start the dev server.
</Text>Keyboard Keys (Kbd)
Press ⌘ K to open the command palette.
Press Esc to dismiss a dialog.
import { Kbd } from "@shavin/ui";
<p>
Press <Kbd>⌘</Kbd> <Kbd>K</Kbd> to search.
</p>