Skip to content

Ruhannn/react-spark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Spark an sparking component 🚀

A lightweight and customizable sparking component for enhancing your web applications.

Features

  • Sparkling Effects: Add visually appealing sparking ✨ effects to your elements.

  • Customizable: Easily customize the appearance and behavior of the sparking component.:tada:

  • Responsive: Works seamlessly on various screen sizes.:fire:


Install the package using npm:

npm i @kamiru/react-spark 

Usages:

import SparkContainer from '@kamiru/react-spark';

const App = () => {
  
  return (
    <SparkContainer>
      <div>
        <button>
        <a href="use any link you want">click here</a>
        </button>
      </div>
    </SparkContainer>
  );
};

export default App;

Demo 🌐

Visit our Demo Page to see the sparking component in action.

Configuration 📝

You can configure the sparking component by passing pros during initialization. Here's an example:

<SparkContainer distance={number} sparkElementWidth={number} randomnessOn={boolean}>
            
</SparkContainer>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors