40
loading...
This website collects cookies to deliver better user experience
Linkedin-certification
was born!npm
,npm install linkedin-certification --save
yarn
user,yarn add linkedin-certification
import { LinkedinCertification } from "linkedin-certification";
<LinkedinCertification
certificationName="My Sample Certification"
organizationName="My Sample Organization"
issuedMonth={12}
issuedYear={2021}
expirationMonth={3}
expirationYear={2023}
certificateId="29c2e87e-5c1c-11ec-bf63-0242ac130002"
certificateURL="https://www.google.com"
newTab={true}
/>
Property | Type | Description |
---|---|---|
certificationName |
string |
The name of the certification. [Required]
|
organizationName |
string |
The name of the organizaion. [Required]
|
issuedMonth |
number |
Certification issued month |
issuedYear |
number |
Certification issued year |
expirationMonth |
number |
Certification expiry month |
expirationYear |
number |
Certification expiry year |
certificateId |
number |
Unique ID of the certification |
certificateURL |
string |
URL for the certification |
newTab |
boolean |
Set true to open the LinkedIn Certification window in a new tab |
customButton |
React Node |
Lets you pass your own custom button. |
linkedin-certification
lets you add your custom buttons instead of the default one that comes with the package! Got a really cool button with a bunch of animations? Or need a button that goes with your website theme? We got you! Use the customButton
property and pass down your own button component.