All Projects → crazylxr → 3d-tag-cloud-for-react

crazylxr / 3d-tag-cloud-for-react

Licence: MIT license
基于 react 的 3d 标签云

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to 3d-tag-cloud-for-react

aws-tag-sched-ops
Retired, please see https://github.com/sqlxpert/lights-off-aws
Stars: ✭ 24 (+4.35%)
Mutual labels:  tag
NotionAI-MyMind
This repo uses AI and the wonderful Notion to enable you to add anything on the web to your "Mind" and forget about everything else.
Stars: ✭ 181 (+686.96%)
Mutual labels:  tag
audio-tag-analyzer
Extracts metadata music metadata found in audio files
Stars: ✭ 18 (-21.74%)
Mutual labels:  tag
tag-picker
Better tags input interaction with JavaScript.
Stars: ✭ 27 (+17.39%)
Mutual labels:  tag
mgit
🌊 Manage multiple git repositories.
Stars: ✭ 28 (+21.74%)
Mutual labels:  tag
fzf-checkout.vim
Manage branches and tags with fzf
Stars: ✭ 187 (+713.04%)
Mutual labels:  tag
TonUINO
Alternative TonUINO Firmware
Stars: ✭ 112 (+386.96%)
Mutual labels:  tag
RiiTag
RiiTag is a customizable gamertag for the Wii.
Stars: ✭ 15 (-34.78%)
Mutual labels:  tag
material-chip-view
Material Chip view. Can be used as tags for categories, contacts or creating text clouds
Stars: ✭ 1,300 (+5552.17%)
Mutual labels:  tag
react-tag-manager
Google Tag Manager for React
Stars: ✭ 24 (+4.35%)
Mutual labels:  tag
bcp-47
Parse and stringify BCP 47 language tags
Stars: ✭ 51 (+121.74%)
Mutual labels:  tag
awesome-git-commands
🍴 Indispensable git commands for everyday use
Stars: ✭ 53 (+130.43%)
Mutual labels:  tag
gradle-git-versioning-plugin
This extension will set project version, based on current Git branch or tag.
Stars: ✭ 44 (+91.3%)
Mutual labels:  tag
SSCTaglistView
Customizable iOS tag list view, in Swift.
Stars: ✭ 54 (+134.78%)
Mutual labels:  tag
bcp-47-normalize
Normalize, canonicalize, and format BCP 47 tags
Stars: ✭ 16 (-30.43%)
Mutual labels:  tag
BeelabTagBundle
🏷 A simple implementation of tags for Symfony and Doctrine ORM
Stars: ✭ 45 (+95.65%)
Mutual labels:  tag
phppimaco
Biblioteca para geração de Etiquetas PIMACO
Stars: ✭ 61 (+165.22%)
Mutual labels:  tag
imageorient
Go image decoding with respect to the EXIF orientation tag
Stars: ✭ 62 (+169.57%)
Mutual labels:  tag
TagView
The tag selection library with edit text and list
Stars: ✭ 46 (+100%)
Mutual labels:  tag
MP4Parse
C++ library for MP4 file parsing.
Stars: ✭ 55 (+139.13%)
Mutual labels:  tag

3DTagCloud

基于 react 的 3d 标签云, 在线 demo

Installation

npm install react3dtagcloud --save

Usage

import React from 'react'
import TagCloud from 'react3dtagcloud'

class Demo extends React.Component {
  render() {
    const tagName = ['java', 'javscript', 'C', 'C++', '前端', 'React', 'Vue', 'redux', '写作', '程序员', '编程']
	  return (
		<div style={{ width: '1000px', height: '1000px' }}>
		  <TagCloud tagName={tagName}></TagCloud>
		</div>
	  )
   }
}

API

对于标签云可以设置一些自定义属性,具体如下:

属性 说明 类型 默认值
tagName 标签数组 Array<string> []
speed 球体旋转速度 number 10
radius 球的半径 number 200
url 前缀url string ''

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].