Socket
Socket
Sign inDemoInstall

@berlitz/floating-action-button

Package Overview
Dependencies
86
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @berlitz/floating-action-button

FloatingActionButton component for the Max Design System


Version published
Weekly downloads
2K
increased by5.81%
Maintainers
1
Install size
8.49 MB
Created
Weekly downloads
 

Readme

Source

Floating Action Button npm version

Add a floating action button to your site, handles any custom onclick event when pressed.

Installation

yarn add @berlitz/floating-action-button

Props

ArgumentTypeRequiredDefaultExample
asstring"button"accepts 'a', 'button'
hrefstring
tostring
onClickfunction() => alert('click')
textstring
isHiddenboolfalse

Usage

import FloatingActionButton from '@berlitz/floating-action-button'
const MyApp = () => (
  <FloatingActionButton onClick={() => alert('click')} text="Example Button" />
)

When to use this component

  • Scroll to top
  • Scroll to call to action
  • Redirect to forms

FAQs

Last updated on 20 Sep 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc