List
Lists display related rows of content and actions.
- wifiWi-FiOn
- bluetoothBluetoothOff
- notificationsNotifications Manage app notifications
Import
js
import { MdList, MdListItem, MdListDivider } from 'vue-material-3';Usage
vue
<MdList>
<MdListItem headline="Wi-Fi" icon="wifi" trailing-text="On" />
<MdListDivider />
<MdListItem headline="Notifications" icon="notifications" />
</MdList>Storybook
Use Storybook for list examples.