1.0.3 • Published 6 years ago

react-fluid-buttons v1.0.3

Weekly downloads
26
License
-
Repository
github
Last release
6 years ago

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

1.0.3

6 years ago

1.0.2

7 years ago

0.8.4

7 years ago

0.8.3

7 years ago

0.8.2

7 years ago

0.8.0

7 years ago