1.0.1 • Published 3 years ago

react-background-button v1.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

react-background-button

React button component with customizable images as background

NPM JavaScript Style Guide

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