1.0.0 • Published 3 years ago

particle-text-effect v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

particle-text-effect

Particle effect on text

NPM JavaScript Style Guide

Intro

Install

npm install particle-text-effect --save

If you prefer yarn then

yarn particle-text-effect

Props

PropertyTypeDefaultDescription
textstring'Dummy'Button text
typestring'bubbles'(bubbles, lines, fire, sunbeams, hearts, confetti)

Usage

Check out the demo to see in action

import React from 'react'
import ParticleTextEffect from "particle-text-effect";

const ParticleText = () => {
  return <ParticleTextEffect text="Click here" type="hearts" />
}

export default ParticleText;

Info

This module was bootstrapped with build-react-npm.

License

MIT © Ankit Kumar

Support my OSS work by following me on twitter