Craft is a lightweight, flexible design system for building responsive layouts in React and handling prose.
HTML Attribute
h1
HTML Attribute
h2
HTML Attribute
h3
HTML Attribute
h4
HTML Attribute
h5
HTML Attribute
h6
HTML Attribute
p
Regular paragraph text.
HTML Attribute
lead
Lead paragraph text that stands out from regular text.
HTML Attribute
large
Large text that's bigger than regular text.
HTML Attribute
small
Small text that's smaller than regular text.
HTML Attribute
muted
Muted text with reduced emphasis.
HTML Attribute
ul
This is an example of an unordered list
HTML Attribute
ol
This is an example of an ordered list
HTML Attribute
dl
HTML Attribute
blockquote
A well-known quote, contained in a blockquote element.- Source Attribution
HTML Attribute
pre
function example() {
console.log("Hello World");
}
HTML Attribute
details
Hidden content that appears when expanded.
HTML Attribute
figure
HTML Attribute
a
HTML Attribute
strong
HTML Attribute
code
Inline code element
HTML Attribute
kbd
HTML Attribute
mark
HTML Attribute
abbr
HTML Attribute
sub,sup
Text with subscript and superscript
HTML Attribute
table
Header 1 | Header 2 | Header 3 |
---|---|---|
Cell 1 | Cell 2 | Cell 3 |
Cell 4 | Cell 5 | Cell 6 |
HTML Attribute
input
HTML Attribute
textarea
HTML Attribute
select
HTML Attribute
checkbox
HTML Attribute
radio
HTML Attribute
hr
Text before horizontal rule
Text after horizontal rule
HTML Attribute
small
HTML Attribute
video
HTML Attribute
nested-lists
HTML Attribute
task-list
HTML Attribute
table-of-contents
HTML Attribute
footnotes