Vuetify: [Feature Request] The tree view component is so necessary!

Created on 21 Nov 2017  路  9Comments  路  Source: vuetifyjs/vuetify

New Functionality

Many other vue component libraries has this component!
like

Improvements

I use v-list do this current,but is not perfect plan

Bugs or Edge Cases it Helps Avoid

will generator tree-view component fast and perfect

feature

Most helpful comment

Tree View from MetroUI looks awesome too: https://metroui.org.ua/treeview.html

We need a beautiful Tree View :)

All 9 comments

Just maybe... use this as a basis
https://vuejs.org/v2/examples/tree-view.html

Some feature/demo that end user would like to have:

  • [ ] Tree View inside Navigation Drawer
  • [ ] Tree View inside Expansion Lists
  • [ ] Tree View with Icon
  • [ ] Tree View with Icon and Badges
  • [ ] Tree View with Checkbox
  • [ ] Tree View and Breadcrumbs (File Explorer Demo)

Possibly this component with its example can take reference from tree view in Clarify



Not really important but can become nice to have

Auto convert HTML that generated by Markdown into Tree View. For example

<template>
  <v-tree-view>
    {{list}}
  </v-tree-view>
</template>
<scirpt>
import marked from 'marked'
export default {
  data () {
      return {
          list: marked(`

- __parent__
  - _child1_
    - child2
    - _child2_
  - child1
    - child2

          `)
      }
  }
</script>

Since there's no tree view component for vuetify, what other options do we have if you want to emerge trreview with other vuetify components as much as possible?

Same question @hyounoo 馃槃

@Vincebe I had to do it myself https://www.npmjs.com/package/v-treeview

Thanks a lot @hyounoo !

Vooo Great! Thank you @hyounoo !

Checkout this post on veutify's medium

Tree View from MetroUI looks awesome too: https://metroui.org.ua/treeview.html

We need a beautiful Tree View :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

CasperLaiTW picture CasperLaiTW  路  30Comments

YuqiaoS picture YuqiaoS  路  39Comments

johnleider picture johnleider  路  93Comments

MatthewAry picture MatthewAry  路  33Comments

stygmate picture stygmate  路  65Comments