Kbd

Buttons & linkscore-ui/html ↗

Semantic <kbd> primitive for keyboard input — pair with ShortcutHint for styled chips.

Live

Press Esc to dismiss, or / to focus search.

Example

html.Paragraph(html.TextConfig{},
    render.Text("Press "), html.Kbd(html.TextConfig{}, render.Text("Esc")), render.Text(" to dismiss."),
)