README
react-iconsbar
React Component to have a icons side bar with social media.
Install
npm install --save react-iconsbar
Usage
import React, { Component } from 'react'
import ReactIconsBar from 'react-iconsbar'
import 'react-iconsbar/dist/index.css'
const links = [
{ link: "https://www.google.com", content: "Google", title: "Google"},
]
class Example extends Component {
render() {
return <ReactIconsBar links={links} />
}
}
License
MIT © dimitridumont