New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-float-button

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-float-button

Floating button component for react

  • 0.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
50
increased by72.41%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 07 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc