Element library
Every HTML element with the design system applied, in isolation.
Text and phrasing
abbr
The WWW is a network.
b / strong
Plain bold and strong.
cite
From Design Systems.
code / kbd / samp / var
const x = 1; Ctrl out n
del / ins
Removed Inserted.
em / i
Emphasis and italic.
mark
Here is highlighted text.
q
She said Hello
.
ruby
漢字
s
Strikethrough.
small
Normal small text.
sub / sup
H2O and x2.
u
Underlined.
span
A span inline.
Headings and paragraphs
h1
Heading 1
h2
Heading 2
h3
Heading 3
h4
Heading 4
h5
Heading 5
h6
Heading 6
p
A paragraph of body text.
blockquote
A quoted block.
pre
preformatted code block
Lists and definitions
ul / li
- One
- Two
ol / li
- First
- Second
dl / dt / dd
- Term
- Definition.
- Another
- Another definition.
Sections and grouping
div
A div block.
mainMain content.
articleArticle content.
sectionSection content.
aside
nav
headerHeader.
footer
address123 Street, City
figure / figcaption
A figure caption.
details / summary
Click to expand
Hidden content.
Tables
table
| A | B |
|---|---|
| 1 | 2 |
| 3 | 4 |
| Sum | 10 |
Forms
form, label, fieldset
button
button.primary
button.danger
button.ok
button[disabled]
input text
input search
input number
input email
textarea
select
checkbox
checkbox checked
radio
range
color
output
Media
img
canvas
picturepicture
Dividers and other
hr
progress
data
Value: 123
time
Generic components
.tab
.control-row
42
.tool-divider
.hintHint text
.credit-linkCredit link
.scene-list-item
.scene-list-empty
.panel
Panel content.