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

@fenderdigital/react-off-canvas

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fenderdigital/react-off-canvas

Fender React UI Kit OffCanvas Component

  • 1.6.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
4
Weekly downloads
 
Created
Source

OffCanvas for Fender React UI Kit

Description

The OffCanvas component allows for content to be displayed on and off the viewport.

Installation and Usage

yarn add @fenderdigital/react-off-canvas --save
import OffCanvas from '@fenderdigital/react-off-canvas';

Props

  • children - renders any child elements
  • isVisible - controls expanded and collapsed state
  • onCallback - callback after the visibility state is set
  • opacity - controls opacity level of the bg color
  • placement - position child content will slide in from (left or right)
propNamepropTypedefaultValueisRequired
childrennodenull-
isVisiblebooleannull-
onCallbackfunc() => {}-
opacitynumbernull-
placementstringleft-

Development

Check the Monorepo README for development documentation.

Keywords

FAQs

Package last updated on 29 Mar 2019

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