List
DaisyUIList is a vertical layout to display information in rows.
Basic List
- DaisyUIA popular component library
- Tailwind CSSA utility-first CSS framework
- RustA systems programming language
List with Columns
Rows with multiple columns.
- TitleDescription that grows
- AnotherMore description text
Code Example
use rsxui::components::{List, ListRow};use rsx_macros::rsx;let html = rsx! { <List> <ListRow>"Item 1"</ListRow> <ListRow>"Item 2"</ListRow> </List>};Created by Isak Rickyanto@2026