Semantic Forms
A pattern library of forms based on semantic HTML enhanced with a modern UX.
Table of Contents
High flow (JavaScript enabled) styling
Semantic form tables
Table with semanticForms class
| Table Title | ||
|---|---|---|
| Column 1 | Column 2 | Column 3 |
| 1 | ||
| 2 | ||
| 3 | ||
Table with a form in a cell
| Table Title | |
|---|---|
| Column 1 | Column 2 |
| Some text | |
Unstyled table
| Table Title | ||
|---|---|---|
| Column 1 | Column 2 | Column 3 |
| 1 | A | a |
| 2 | B | b |
| 3 | C | c |
Low flow (JavaScript disabled) styling
Adding the lowFlow class to the form element removes all JS enhancements.