react-ripple-fancy
v1.0.5
Published
React Ripple Fancy is a Button having ripple effect.
Downloads
3
Readme
ReactRippleFancy
React Ripple Fancy is a Button having ripple effect.
Installation
npm install --save react-ripple-fancy
OR
yarn add react-ripple-fancy
Usage
import RippleFancy from "react-ripple-fancy"
Props
| Name | Type | Description | | ------------- | ------- | ------------------------------------------------------------------------------------------------------------------------- | | btnColor | String | It will be the background-color to the Button | | mediumBtn | Boolean | It will render medium sized Button | | roundedBorder | Boolean | It enables the border-radius property | | smallBtn | Boolean | It will render small sized Button | | font | String | It is the font-family property | | onlyBorder | Boolean | It will render the Button with border instead of background-color, with the color value specified in borderColor prop | | borderColor | String | It is the color value for the Border. use it with only onlyBorder property | | btnText | String | It is the buttoon text. |