Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-jqcloud

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-jqcloud

A wrapper of jqcloud to create beautiful word clouds with react

  • 1.0.5
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

  • https://github.com/lucaong
  • https://github.com/mistic100/jQCloud

Keywords

FAQs

Package last updated on 26 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc