1.3.1 • Published 2 years ago

react-button-components v1.3.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

For who it is?

-- The button component is builded for the dev who struggle's to create a proper button and to make their UI build to look better. -- The button component is builded with styled-components. -- You can customize using a classname.

Recommandation!!!

-- Please, give a classname for your reference in dev tool.

How to install?

npm i react-button-components

How to use it?

step 1:

import the button type you want to use

import Button from 'react-button-components/Core/Button';

step 2:

Wrap the content within the tag

<Button>
    Make beautiful UI
</Button>