List
Bullet points and numbered lists organize content in a hierarchical fashion, highlighting key elements efficiently.
- Modern
- Responsive
- Resuable
/* list-example.blade.php */
<x-list :items="[
'Modern',
'Responsive',
'Resuable'
]" />
Component API
Prop | Description | Values |
---|---|---|
as | Change the element tag of the component | any |
items | Set the items in the component | Array of strings |
type | Change the type of the component | Dependant on theme |
color | Change the font size of the component | Dependant on theme |
size | Change the font weight of the component | Dependant on theme |
align | Change the alignment of the component | Dependant on theme |