Stylament 0.23.2

Form-associated Content

These are elements which can be used together to create forms which the user can fill out and submit to the web site or application.

Related

Spec [external]

MDN [external]

General

form

scss
form {
  
}

The form itself.

button

scss
button {
  
}

Button. Submitting the form and other actionns.

Labeling & Grouping

label

scss
label {
  
}

Label.

fieldset

scss
fieldset {
  
}

Fieldset.

legend

scss
legend {
  
}

Legend.

Inputs

input

scss
input {
  
}

Input.

textarea

scss
textarea {
  
}

Textarea.

select

scss
select {
  
}

Select.

Value Lists

datalist

scss
datalist {
  
}

Datalist.

option

scss
option {
  
}

Option.

optgroup

scss
optgroup {
  
}

Optgroup.

Outputs

meter

scss
meter {
  
}

Meter.

output

scss
output {
  
}

Output.

progress

scss
progress {
  
}

Progress.