Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/baraja-core/selectbox-tree

Simple tree builder to plain selectbox array.
https://github.com/baraja-core/selectbox-tree

categories category html-select selectbox tree tree-selectbox tree-structure

Last synced: about 2 months ago
JSON representation

Simple tree builder to plain selectbox array.

Awesome Lists containing this project

README

        

Selectbox tree
==============

Simple tree builder to plain selectbox array.

![Sample selectbox view](doc/selectbox-design.png)

📦 Installation
---------------

It's best to use [Composer](https://getcomposer.org) for installation, and you can also find the package on
[Packagist](https://packagist.org/packages/baraja-core/selectbox-tree) and
[GitHub](https://github.com/baraja-core/selectbox-tree).

To install, simply use the command:

```
$ composer require baraja-core/selectbox-tree
```

You can use the package manually by creating an instance of the internal classes, or register a DIC extension to link the services directly to the Nette Framework.

📄 License
-----------

`baraja-core/selectbox-tree` is licensed under the MIT license. See the [LICENSE](https://github.com/baraja-core/template/blob/master/LICENSE) file for more details.