react-fluid-buttons

1.0.3 • Public • Published

React draggable tabs npm version

Sleek animation on hover for react buttons.

Install

just download the repo from npm

npm install react-fluid-buttons --save

Usage

You can import the Tabs component

import { Button, ButtonGroup } from "react-fluid-buttons";
 
...
 
<ButtonGroup>
    <Button onClick={() => alert("You clicked!! ;)")}>Click me</Button>
</ButtonGroup>

You can pass an onClick function to the button and also a style prop. The behaviour is as any button in React, with the added bonus of the hover animation

Example

Checkout the live example here
Edit React-fluid-buttons

Readme

Keywords

none

Package Sidebar

Install

npm i react-fluid-buttons

Weekly Downloads

1

Version

1.0.3

License

none

Last publish

Collaborators

  • andreazanin