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.
- Host: GitHub
- URL: https://github.com/nigelotoole/tiny-ui-toggle
- Owner: NigelOToole
- License: mit
- Created: 2020-10-19T14:57:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T16:27:04.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T22:54:07.945Z (9 months ago)
- Topics: accordion, collapse, dialog, dropdown, javascript, modal, tabs, toggle, vanilla-javascript, vanilla-js
- Language: CSS
- Homepage: https://nigelotoole.github.io/tiny-ui-toggle/
- Size: 816 KB
- Stars: 90
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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