react-background-button
v1.0.1
Published
React button component with customizable image as background
Downloads
3
Readme
react-background-button
React button component with customizable images as background
Install
npm install --save react-background-button
or
yarn install react-background-button
Usage
import React, { Component } from 'react'
import BackgroundButton from 'react-background-button'
import img from '../assets/img.jpg'
class Example extends Component {
render() {
return <BackgroundButton image={img}>Button</BackgroundButton>
}
}
License
MIT © mauricioblum