Kbd
Semantic <kbd> primitive for keyboard input — pair with ShortcutHint for styled chips.
Live
Example
html.Paragraph(html.TextConfig{},
render.Text("Press "), html.Kbd(html.TextConfig{}, render.Text("Esc")), render.Text(" to dismiss."),
)Static preview
This is a read-only export. Run the app locally for full interactivity — live search, demos, and server-driven islands need the Go server.
Semantic <kbd> primitive for keyboard input — pair with ShortcutHint for styled chips.
Press Esc to dismiss, or / to focus search.
html.Paragraph(html.TextConfig{},
render.Text("Press "), html.Kbd(html.TextConfig{}, render.Text("Esc")), render.Text(" to dismiss."),
)