0.2.0 • Published 4 years ago

react-button-shine v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

React Button Shine

To install: npm i react-button-shine or yarn add react-button-shine

Styleguide: https://rsoury.github.io/react-button-shine/

A react component button with an animated shine.

How to use it?

import React from "react";
import ButtonShine from "react-button-shine";

<ButtonShine>Hello World!</ButtonShine>;

<ButtonShine as="a">I'm an anchor</ButtonShine>;