HTML-First UI
Components
Examples
Accordion
Alert
Autocomplete
Avatar
Badge
Blockquote
Box
Breadcrumb
Button
Card
Checkbox
Code Block
Code
Container
Details
Dialog
Dot
Form
Grid
Headings
Horizontal Rule
Input
Keyboard
Link
Lists
Loader
Menu
Radio
Range
Responsive Header
Responsive Sidebar
Select
Switch
Table
Tabs
Tag
Text
Textarea
Theme Menu
Theme Switch
Vertical Rule
Code
A component for displaying code snippets
<hf-code><pre>Text</pre></hf-code> <hf-code><code>Inline</code></hf-code>
Text
Inline
Notes
The code component provides styling for both inline and block code.
Use
<pre>
for code blocks
Use
<code>
for inline code
Maintains consistent styling and formatting