react-button-components
v1.3.1
Published
building buttons for non-designer's
Downloads
5
Maintainers
Readme
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>