react-linkedin-profile-component
v0.0.7
Published
This is a LinkedIn Profile Component built using tailwind css, use this component in the react applications.
Downloads
19
Readme
LinkedIn Profile Component
This is a LinkedIn Profile Component built using tailwind css, use this component in the react applications.
Screenshots
For Tablets and above

For mobiles

Installation
Install my-project with npm
npm i react-linkedin-profile-componentUsage/Examples
import linkedinComponent from "react-linkedin-profile-component"
import "react-linkedin-profile-component/dist/index.css"
function App() {
return (<>
<div classname="w-2/3"> <linkedinComponent> </div>
</>)
}Props
? indicates it is an optional component
bannerImage?: stringprofileImage?: stringname: stringinkedInProfileURL?: stringheaderDescription: stringconnections?: stringmutualsConnectionsNames: stringremainingMutualsNumber: numberaboutDescription?: stringavators?: [{ imageUrl: string; profileUrl: string }]institutions?: [
{
institutionName: string;
institutionImage: string;
institutionURL?: string;
}
]🔗 Links
Here is the github link of this package
Tech Stack
Client: React, TailwindCSS
