Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elbywan/bosket
Collection of tree view components for front-end frameworks. :deciduous_tree:
https://github.com/elbywan/bosket
angular bosket react riot riotjs tree tree-component tree-structure tree-view treeview vuejs
Last synced: 3 months ago
JSON representation
Collection of tree view components for front-end frameworks. :deciduous_tree:
- Host: GitHub
- URL: https://github.com/elbywan/bosket
- Owner: elbywan
- License: mit
- Archived: true
- Created: 2017-05-18T10:43:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-19T19:14:16.000Z (over 5 years ago)
- Last Synced: 2024-07-14T09:51:05.718Z (4 months ago)
- Topics: angular, bosket, react, riot, riotjs, tree, tree-component, tree-structure, tree-view, treeview, vuejs
- Language: JavaScript
- Homepage: https://elbywan.github.io/bosket/
- Size: 28.7 MB
- Stars: 450
- Watchers: 9
- Forks: 41
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Bosket
Bosket is collection of tree views for front-end frameworks.
A versatile, powerful and simple way to display nested data.# Purpose
Bosket is a library of tree views implementations for front-end reactive frameworks.
Tree views, which are basically an elegant way to display nested lists, are very versatile and can for example be used as file explorers, menus, table of contents or category lists.
The core logic is written in plain javascript without any dependencies.
Framework implementations rely on this very same code, which makes new implementations easy to write and by extension new frameworks easy to support.
# Documentation
#### Please check out the **[Bosket website](https://elbywan.github.io/bosket/)** for more details including the full documentation.
# Supported frameworks
### [React](https://elbywan.github.io/bosket/react)
### [Angular](https://elbywan.github.io/bosket/angular)
### [Vue.js](https://elbywan.github.io/bosket/vue)
### [Riot.js](https://elbywan.github.io/bosket/riot)
# License
MIT