mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-08 22:45:47 +00:00
10 lines
140 B
TypeScript
10 lines
140 B
TypeScript
import { Kbd } from "@/examples/base/ui/kbd"
|
|
|
|
export function KbdWithSamp() {
|
|
return (
|
|
<Kbd>
|
|
<samp>File</samp>
|
|
</Kbd>
|
|
)
|
|
}
|