List
List components are used to display a collection of items in a structured format. They are commonly used for navigation menus, item lists, and other grouped content.
Loading Code Block...
Installation
Section titled “Installation”To get started, install Butterfly DS via aqua:
Loading Code Block...
Loading Code Block...
Minimal Example
Section titled “Minimal Example”Loading Code Block...
List Disabled
Section titled “List Disabled”Loading Code Block...
Props | Default | Type | Description |
---|---|---|---|
list | [] | Array[] | An array of items to display in the list. |
divide | false | boolean | Whether to show a divider between items. |