Skip to content

XanderDwyl/react-jqcloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages