1.0.12 • Published 4 years ago

react-instagram-button v1.0.12

Weekly downloads
61
License
-
Repository
-
Last release
4 years ago

Instagram follow button for React

A component for showing a follow button and the number of followers.

npm.io

Install the package

npm install --save react-instagram-button

Example

import React,  {  Component  }  from  "react";
import InstagramButton from  "react-instagram-button";

class  App  extends  Component  {
	render()  {
		return  (
			<div style={{ display: "flex", justifyContent: "center"}}>
				<InstagramButton username={"rotherford_"} />
			</div>
		);
	}
}

export  default App;

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the MIT License - see the LICENSE file for details

1.0.11

4 years ago

1.0.12

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago