Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/segment-boneyard/reactive-shuffle
Shuffles child elements using Reactive
https://github.com/segment-boneyard/reactive-shuffle
Last synced: about 7 hours ago
JSON representation
Shuffles child elements using Reactive
- Host: GitHub
- URL: https://github.com/segment-boneyard/reactive-shuffle
- Owner: segment-boneyard
- Created: 2013-11-14T19:55:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-16T22:00:03.000Z (over 9 years ago)
- Last Synced: 2024-04-09T16:31:14.553Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 109 KB
- Stars: 7
- Watchers: 39
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reactive-shuffle
Shuffles child elements.
## Install
```
component install segmentio/reactive-shuffle
```## Usage
```
var shuffle = require('reactive-shuffle');
reactive.use(shuffle);
```Then use `data-shuffle` in the html:
```html
1
2
3
4
```