https://github.com/knowankit/particle-text-effect
📗 Particle animation effect on text
https://github.com/knowankit/particle-text-effect
css3 particle-effect reactjs
Last synced: 10 months ago
JSON representation
📗 Particle animation effect on text
- Host: GitHub
- URL: https://github.com/knowankit/particle-text-effect
- Owner: knowankit
- Created: 2021-10-03T15:56:31.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-23T02:59:06.000Z (over 1 year ago)
- Last Synced: 2024-10-16T05:49:46.193Z (about 1 year ago)
- Topics: css3, particle-effect, reactjs
- Language: JavaScript
- Homepage:
- Size: 3.73 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# particle-text-effect
> Particle effect on text
[](https://www.npmjs.com/package/particle-text-effect) [](https://standardjs.com)
## Intro
## Install
```bash
npm install particle-text-effect --save
```
If you prefer yarn then
```bash
yarn particle-text-effect
```
## Props
| Property | Type | Default | Description
| ----------- | ----------- | ----------- | ----------- |
| text | string | 'Dummy' | Button text |
| type | string | 'bubbles' | (bubbles, lines, fire, sunbeams, hearts, confetti) |
## Usage
Check out the [demo](https://knowankit.github.io/particle-text-effect/) to see in action
```jsx
import React from 'react'
import ParticleTextEffect from "particle-text-effect";
const ParticleText = () => {
return
}
export default ParticleText;
```
## Info
This module was bootstrapped with [build-react-npm](https://github.com/knowankit/build-react-npm).
## License
MIT © [Ankit Kumar](https://github.com/knowankit)
Support my OSS work by following me on twitter