react-ui-buttons
v1.0.2
Published
button
Readme
npm install react-ui-buttonsimport { CTA1, CTA2 } from 'react-ui-buttons';<CTA1 {...{
url: 'https://www.google.com',
label: 'view now',
title: 'view now',
bgColor: 'white'
}}/>|name|description|type|oneof|value| |---|---|---|---|---| |url|redirect to the link|string||| |label|the content show on the button|string||| |title|the description of the url|string||| |bgColor|theme color|string|['black', 'white', 'orange', 'blue', 'red']||
