0.1.2 • Published 7 years ago

react-float-button v0.1.2

Weekly downloads
41
License
MIT
Repository
github
Last release
7 years ago

NPM

react-float-button

react-float-button is a stuff make your button float.

Demo

Alt Text

How to use

npm i react-float-button --save
import FloatGroup from 'react-float-button';

<FloatGroup style={{ margin: '0 10px' }} margin={80} delay={0.02}>
    <Button>You can put any children under FloatGroup</Button>
    <Button>Hello, world!</Button>
</FloatGroup>

API

NameTypeDefaultDescription
marginnumber50The margin between each children
styleobject{}Simple style
delaynumber0.03Transition delay of each child
0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago