particle-text-effect

1.0.0 • Public • Published

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

Property Type Default Description
text string 'Dummy' Button text
type string '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 twitter

Readme

Keywords

Package Sidebar

Install

npm i particle-text-effect

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

40.4 kB

Total Files

4

Last publish

Collaborators

  • knowankit