New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

omnimi_react_ripple

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

omnimi_react_ripple

Fast ripple effect component for react

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

React Ripple Effect

Fast ripple effect component for react

Attraction

✔ Zero dependencies

Demo

Live Demo

Installing Package

Npm installation:

  npm install omnimi_react_ripple

Yarn Installation:

  yarn add omnimi_react_ripple

Example

import React from "react";
import { Ripple } from 'omnimi_react_ripple';

const App = () => {
  return (
    <Ripple>
        <button>Click</button>
    </Ripple>
  )
}

export default App;

You can add RippleEffectColor property to change the ripple color

import React from "react";
import { Ripple } from 'omnimi_react_ripple';

const App = () => {
  return (
    <Ripple RippleEffectColor='#ff0000'>
        <button>Click</button>
    </Ripple>
  )
}

export default App;

Keywords

react

FAQs

Package last updated on 26 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts