1.0.5 • Published 5 years ago

react-ripple-fancy v1.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

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

NameTypeDescription
btnColorStringIt will be the background-color to the Button
mediumBtnBooleanIt will render medium sized Button
roundedBorderBooleanIt enables the border-radius property
smallBtnBooleanIt will render small sized Button
fontStringIt is the font-family property
onlyBorderBooleanIt will render the Button with border instead of background-color, with the color value specified in borderColor prop
borderColorStringIt is the color value for the Border. use it with only onlyBorder property
btnTextStringIt is the buttoon text.

Demo

Image with Rounder Borders

Image with Normal mode

Image with Outlined

Image with Rounder Borders Outlined

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago