# rb-blur-button

React-Bootstrap Button that automatically blurs when clicked.

## Install

<code>npm install rb-blur-button</code> or <code>yarn add rb-blur-button</code>.

## Usage

You can use it as a react-bootstrap button, except you import it from rb-blur-button.

<code>import {Button} from 'rb-blur-button';</code>

## Example

<a href="https://codesandbox.io/embed/rb-blur-button-example-nw2ur?fontsize=14&hidenavigation=1&theme=dark&view=preview">
  <span>Code SandBox Example</span>
  <br/>
  <img alt="code sandbox preview" src="https://github.com/zenodallavalle/rb-blur-button/blob/main/readme_imgs/sandbox.2.pre.png?raw=true" />
</a>
