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

@berlitz/floating-action-button

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@berlitz/floating-action-button

FloatingActionButton component for the Max Design System

  • 3.0.9
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1.2K
decreased by-43.54%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 20 Sep 2021

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