mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
List continued (#174)
* working on story with reactive subtitle * styling of icons seems consistent with default sizing * checkbox in list story * colors * lines and tests * merge conflict * basically im a genius styling is cool now * Update src/components/v-button/readme.md * Fix scoping of nav mode * Tweak spacing of icons * Register list item subcomponents globally * Render icons in sidebar nav of collections module Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<template>
|
||||
<v-list nav dense>
|
||||
<v-list nav>
|
||||
<v-list-item v-for="navItem in navItems" :key="navItem.to" :to="navItem.to">
|
||||
<v-list-item-icon><v-icon :name="navItem.icon" /></v-list-item-icon>
|
||||
<v-list-item-content>
|
||||
{{ navItem.name }}
|
||||
<v-list-item-title>{{ navItem.name }}</v-list-item-title>
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
</v-list>
|
||||
|
||||
Reference in New Issue
Block a user