# react-thougr

> react demo

Latest version **1.0.0** (published 2021-07-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-thougr
pnpm add react-thougr
yarn add react-thougr
bun add react-thougr
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2021-07-10 |
| First published | 2021-07-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 130.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | thougr |
| Maintainers | thougr |
| Keywords | react, demo |

## Links

- npm: https://www.npmjs.com/package/react-thougr
- Repository: https://github.com/thougr/react-thougr
- Homepage: https://github.com/thougr/react-thougr#readme
- Issues: https://github.com/thougr/react-thougr/issues
- npm.io page: https://npm.io/package/react-thougr

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2021-07-10

## README

# 3DTagCloud

![](https://img.shields.io/badge/npm-0.12-orange.svg) ![](https://img.shields.io/github/issues/crazylxr/3dtagcloudforeact.svg) ![](https://img.shields.io/github/forks/crazylxr/3dtagcloudforeact.svg) ![](https://img.shields.io/github/stars/crazylxr/3dtagcloudforeact.svg) ![](https://img.shields.io/github/license/crazylxr/3dtagcloudforeact.svg)

基于 react 的 3d 标签云, [在线 demo](https://crazylxr.github.io/3d-tag-cloud-for-react/)

## Installation

```bash
npm install react3dtagcloud --save
```

## Usage

```javascript
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&lt;string&gt;| []
| speed | 球体旋转速度 | number | 10
| radius | 球的半径 | number | 200 |
| url | 前缀url | string | ''

## License
MIT

---
_Source: https://npm.io/package/react-thougr · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
