1.0.2 • Published 3 years ago

react-ui-buttons v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago
npm install react-ui-buttons
import { CTA1, CTA2 } from 'react-ui-buttons';
<CTA1 {...{
    url: 'https://www.google.com',
    label: 'view now',
    title: 'view now',
    bgColor: 'white'
}}/>
namedescriptiontypeoneofvalue
urlredirect to the linkstring
labelthe content show on the buttonstring
titlethe description of the urlstring
bgColortheme colorstring'black', 'white', 'orange', 'blue', 'red'