Some checks failed
Deploy / deploy (push) Failing after 39s
Co-authored-by: Benjamin Palko <benjaminpalko@hotmail.com> Reviewed-on: #5
595 B
595 B
list
List is a vertical layout to display information in rows
Class Names:
- Component:
list,list-row - Modifier:
list-col-wrap,list-col-grow
Syntax
<ul class="list">
<li class="list-row">{CONTENT}</li>
</ul>
Rules
- Use
list-rowfor each item inside the list - By default, the second child of the
list-rowwill fill the remaining space. You can uselist-col-growon another child to make it fill the remaining space instead - Use
list-col-wrapto force an item to wrap to the next line