v-tree-vue
Version:
A light-weight library for management of hierachical content. Most solutions I found did not offer the depth of flexibility I needed with the tree. I decided to solve my problem and also give back to the Vue community. Feel free to log issues, I will jump
20 lines (16 loc) • 361 B
CSS
* {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 14px;
}
.d-flex {
display: flex;
}
.cursor {
cursor: pointer;
}
.justify-content-center {
justify-content: center;
}
.align-items-center {
align-items: center;
}