React Icon Cloud
React component for rendering an interactive img or word cloud on canvas.
View Demo
·
Report Bug
About
An interactive 3D tag cloud component for React that renders text and images into a interactive 3D tag cloud.
Built With
Getting Started
To get a local copy up and running follow these simple steps.
npm i react-icon-cloud
import {IconTag, ReactTagCanvas, ReactTagCanvasSimpleIconsSSR, Tag, TagCanvasOptions } from 'react-icon-cloud'
Then use either of the components:
<ReactTagCanvasSimpleIconsSSR minContrast={1} size={50} backgroundHexColor={'#fff'} fallbackHexColor={'#000'} tags={tags3} key={v4()} tagCanvasOptions={options1}/>
<ReactTagCanvas type={'img'} tags={tags2} key={v4()} tagCanvasOptions={options2}/>
Example
Tag Canvas Options
React Tag Cloud
Roadmap
See the open issues for a list of proposed features (and known issues).
License
Distributed under the MIT License. See LICENSE
for more information.
Contact
Teague Stockwell - LinkedIn