https://github.com/nash403/v-toggle
TODO
https://github.com/nash403/v-toggle
Last synced: about 2 months ago
JSON representation
TODO
- Host: GitHub
- URL: https://github.com/nash403/v-toggle
- Owner: nash403
- License: mit
- Created: 2018-02-13T20:37:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T20:39:17.000Z (over 7 years ago)
- Last Synced: 2025-08-11T00:55:08.282Z (about 2 months ago)
- Language: JavaScript
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# v-toggle
> description: TODO
## Install
This package is available on npm.
Using npm:
`npm install --save v-toggle-directive`
Using yarn:
`yarn add v-toggle-directive`
For browser, import `node_modules/v-toggle-directive/dist/v-toggle.js` in your html.
## Example
[Live Demo](#) (TODO)
```html
A button
```### TODO
* write better doc with demo
* find a way to watch holding component's data and react to changes... (is it even possible for a directive?)## Licence
MIT