1.0.6 • Published 4 years ago

react-jqcloud v1.0.6

Weekly downloads
12
License
ISC
Repository
github
Last release
4 years ago

react-jqcloud

react-jqcloud is beautiful word clouds with jqcloud

I welcomed contributors and will be happy to merge and publish new versions.

Installation

npm install react-jqcloud

Usage

import ReactJQCloud from 'react-jqcloud'

-----------------------
var word_list = [
  { text: "Lorem", weight: 13 },
  { text: "Ipsum", weight: 10.5 },
  { text: "Dolor", weight: 9.4 },
  { text: "Sit", weight: 8 },
  { text: "Amet", weight: 6.2 },
  { text: "Consectetur", weight: 5 },
  { text: "Adipiscing", weight: 5 }
];

<ReactJQCloud word_array={word_list} />

License

This library is available under the ISC license.

Issues

You can add issues here 
- https://github.com/XanderDwyl/react-jqcloud/issues

TODO

  • [] Test
  • [] Examples

Reference

1.0.6

4 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.21

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago