set up new workflow and migrate to .forgejo dir (#5)
Some checks failed
Deploy / deploy (push) Failing after 39s
Some checks failed
Deploy / deploy (push) Failing after 39s
Co-authored-by: Benjamin Palko <benjaminpalko@hotmail.com> Reviewed-on: #5
This commit is contained in:
parent
c37955c51b
commit
f526f5c0aa
99 changed files with 1866 additions and 1470 deletions
|
|
@ -1,20 +1,24 @@
|
|||
### list
|
||||
|
||||
List is a vertical layout to display information in rows
|
||||
|
||||
[list docs](https://daisyui.com/components/list/)
|
||||
|
||||
#### Class Names:
|
||||
|
||||
- Component: `list`, `list-row`
|
||||
- Modifier: `list-col-wrap`, `list-col-grow`
|
||||
|
||||
#### Syntax
|
||||
|
||||
```html
|
||||
<ul class="list">
|
||||
<li class="list-row">{CONTENT}</li>
|
||||
<li class="list-row">{CONTENT}</li>
|
||||
</ul>
|
||||
```
|
||||
|
||||
#### Rules
|
||||
|
||||
- Use `list-row` for each item inside the list
|
||||
- By default, the second child of the `list-row` will fill the remaining space. You can use `list-col-grow` on another child to make it fill the remaining space instead
|
||||
- Use `list-col-wrap` to force an item to wrap to the next line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue