react-jqcloud

1.0.6 • Public • Published

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

Package Sidebar

Install

npm i react-jqcloud

Weekly Downloads

1

Version

1.0.6

License

ISC

Unpacked Size

302 kB

Total Files

7

Last publish

Collaborators

  • xanderdwyl