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

https://github.com/nigelotoole/tiny-ui-toggle

Toggle the state of a UI element to easily create components e.g. collapse, accordion, tabs, dropdown, dialog/modal.
https://github.com/nigelotoole/tiny-ui-toggle

accordion collapse dialog dropdown javascript modal tabs toggle vanilla-javascript vanilla-js

Last synced: 9 months ago
JSON representation

Toggle the state of a UI element to easily create components e.g. collapse, accordion, tabs, dropdown, dialog/modal.

Awesome Lists containing this project

README

          

# Tiny UI Toggle
### Toggle the state of a UI element to easily create components e.g. collapse, accordion, tabs, dropdown, dialog/modal.

### [Demo and documentation](http://nigelotoole.github.io/tiny-ui-toggle/)

---
## Quick start
```javascript
$ npm install tiny-ui-toggle --save-dev
```

Import the JS and CSS into your project, add the elements to your HTML and initialize the plugin.

[Full documentation](http://nigelotoole.github.io/tiny-ui-toggle/)

---
### License
MIT © Nigel O Toole