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:
Jacob Rienstra
2020-03-13 16:34:06 -04:00
committed by GitHub
parent c8e9e02af0
commit 197e09abb5
18 changed files with 740 additions and 221 deletions

View File

@@ -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>