1.0.4 • Published 4 years ago

react-uikit-nabisorry v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

simple ripple button

install

npm i react-uikit-nabisorry | yarn add react-uikit-nabisorry

example

import { Button } from "react-uikit-nabisorry";

const Component = () => {
  return <Button />;
};

props

buttonText?: String;
width?: string | number;
height?: string | number;
backgroundColor?: string;
backgroundCircleColor?: string; //ripple color
color?: string;
1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago