@irkfdb_in/irkfdb-react-component
v1.0.1
Published
A react component to show off the rajinikant facts
Downloads
2
Readme
irkfdb-react-component
A react component to show IRKFDB facts using IRKFDB Api (irkfdb.in)
Installation
Using npm
npm i irkfdb-react-component
Usage
Import it by using the following:
...
import IrkfbComponent from 'irkfdb-react-component';
...
...
class YourComponent extends Component {
...
render() {
...
return (
...
<IrkfbComponent /> // this place will be replaced by the Rajinikanth fact
...
);
}
}
...