Files
shadcn-ui/apps/v4/examples/base/kbd-with-samp.tsx
2026-01-14 09:25:14 +04:00

10 lines
140 B
TypeScript

import { Kbd } from "@/examples/base/ui/kbd"
export function KbdWithSamp() {
return (
<Kbd>
<samp>File</samp>
</Kbd>
)
}