Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonyshort/reactive-if-matches
https://github.com/anthonyshort/reactive-if-matches
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/anthonyshort/reactive-if-matches
- Owner: anthonyshort
- Created: 2013-09-19T08:57:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-19T09:03:53.000Z (about 11 years ago)
- Last Synced: 2024-04-15T03:16:21.623Z (7 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# reactive-if-matches
[![Build Status](https://secure.travis-ci.org/anthonyshort/reactive-if-matches.png?branch=master)](https://travis-ci.org/anthonyshort/reactive-if-matches)
## Installation
component install anthonyshort/reactive-if-matches
## API
```js
var matches = require('reactive-if-matches');
reactive.use(matches);
```Adds the binding:
```html
```It will toggle a `show` and `hide` class.
## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)