Index
Buttons
Links
Button
Input
Checkbox
File
Select
Submit
Text
Miscellaneous
Card
Footer
Header
Snackbar
Navigation
Navbar
Tabs
Text
Blockquote
Code
Link
Table
Text
dot.css
home
Home
launch
NPM
code
GitHub
arrow_back
Back
Input
Input elements allow the user to change information on the page to specify individual parameters.
Types
Checkbox
The Checkbox input allows a user to specify an on-off attribute.
Documentation
Source Code
File
The file input allows a user to select a file from their device.
Documentation
Source Code
Select
The "select" element allows the user to select a single item from an expandable list of options.
Documentation
Source Code
Submit
The submit input allows a user to submit a form or perform an action. Currently, it is essentially the same thing as a Normal Button.
Documentation
Source Code
Text
The text input allows the user to input a string of text.
Documentation
Source Code