Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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


```