List
Component
Organize information into brief and clear groups.
- An ordered item
- An unordered item
- A longer item that wraps to a second line
- An item on a 3rd level
- An ordered item
- An unordered item
- An item on a third level
- A second item on a 3rd level
- An item on a 4th level
- An unordered item
<ol className="goa-ordered-list">
<li>
An ordered item
<ul>
<li>An unordered item</li>
<li>
A longer item that wraps to a second line
<ul>
<li>An item on a 3rd level</li>
</ul>
</li>
</ul>
</li>
<li>
An ordered item
<ul>
<li>
An unordered item
<ul>
<li>An item on a third level</li>
<li>
A second item on a 3rd level
<ul>
<li>An item on a 4th level</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ol>
Examples
Unordered list
- Milk
- Cheese
- Blue cheese
- Feta
<ul className="goa-unordered-list">
<li>Milk</li>
<li>
Cheese
<ul className="goa-unordered-list">
<li>Blue cheese</li>
<li>Feta</li>
</ul>
</li>
</ul>
Coming Soon
Book time in drop in hours