react-linkedinbadge
Advanced tools
Comparing version 2.0.5 to 2.0.77
{ | ||
"name": "react-linkedinbadge", | ||
"version": "2.0.5", | ||
"version": "2.0.77", | ||
"description": "Embedded LinkedIn Badges via React fast Reactions as if all your linkedin accounts are being restricted in React-not time", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
## Install | ||
1. npm install --save react-linkedinbadge | ||
1. ``` | ||
<LinkedInBadgeLoader /> | ||
``` | ||
1. | ||
``` | ||
import React, { Component } from 'react'; | ||
import LinkedinBadgeLoader, { LinkedinBadgeLoaderProps } from 'react-linkedinbadge'; | ||
export default class About extends Component { | ||
constructor(props:any){ | ||
super(props); | ||
} | ||
render() { | ||
const props: LinkedinBadgeLoaderProps = { | ||
vanity: 'liu', | ||
theme: 'light', | ||
size: 'large', | ||
type: 'horizontal', | ||
locale: 'en_US', | ||
version: 'v1' | ||
} | ||
return ( | ||
<div className="s-about row"> | ||
<div className='col-full'> | ||
<LinkedinBadgeLoader props={props} /> | ||
</div> | ||
</div> | ||
); | ||
} | ||
} | ||
``` | ||
## Do you need a demo? Okay here's a demo. You can view it [here](https://ziping.org.cn/#react-linkedinbadge). | ||
1. Amazon Legal? And this is why your terminations are not valid they are not valid termiations because I'm not the one here who is performing my role and expectations like a complete insane child right now, so please action my concerns.. | ||
41928
38