verification-button
v1.0.6
Published
A description of your library
Downloads
17
Readme
Verification Button
- Intstall library and copy paste below code
import VerificationButton from "verification-button/dist/VerificationButton";
<VerificationButton
titleFontSize={"1rem"}
bodyFontSize={"1rem"}
fontFamily={"Arial"}
btnFontSize={"18px"}
btnFontWeight={"600"}
btnColor={"white"}
name={"My Custom Button"}
buttonStyle={{
background: "#db665f",
padding: "10px 20px",
borderRadius: "10px",
marginLeft: "20px",
border: "none",
}}
/>;