Heading
Text text text text
Heading
Text text text text
Paragraph of normal text
Paragraph with bold text, italic text,
strikethrough, highlighted text, and
inline code
Text, link.
Default text
Ohno text
Yay text
Main text
Fg2 text
Fg1 text
Fg0 text
Dropdowns are cool:
Dropdown buttons with more color classes:
"Icon-only" buttons
Combo-select buttons (.combo-select
class)
Combo-select with .combo-selected-icon
Searchbars
Searchbar with example autocomplete
Notice box text
Notice box text
Notice box text
Box text
Green box
Red box
Text input
Password input
Textarea input
Radio select
Checkbox select
File input
Inner table
Header, column 0 | Header, column 1 | Header, column 2 |
---|---|---|
Row 0, column 0 | Row 0, column 1 | Row 0, column 2 |
Row 1, column 0 | Row 1, column 1 | Row 1, column 2 |
Outer table
Header, column 0 | Header, column 1 | Header, column 2 |
---|---|---|
Row 0, column 0 | Row 0, column 1 | Row 0, column 2 |
Row 1, column 0 | Row 1, column 1 | Row 1, column 2 |
Item 2
Green
Item 5
Red
Item 7
Green
text
.center-h
more
text
.center-v
-v and -h
example
text
text
text
Option 1
Option 2
Extra inputs
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Large buttons (continued?)
continued again?
You/we can use ehui's .hide
class to show/hide modals.
We have fancy styling for button boxes with <button class="button-box">...<button>
or <a class="button button-box">...<a>
You/we can add `.selected` for a fancy outline
We can also have other elements like images inside button boxes
(and with .no-clickable-effect
to disable scale effect/animation on hover)
We can apply color classes .yay
and .ohno
to button boxes too
We can apply color classes after being clicked.
You can do this with JavaScript using element.classList.add(...)
and element.classList.remove(...)
in element.addEventListener("click", ...)