Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dile-app-drawer

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dile-app-drawer

Webcomponent to create a app drawer menu, based on LitElement.

  • 1.1.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

Moved

This package has moved and is now available at @dile/dile-app-drawer. Please update your dependencies. This repository is no longer maintained.

<dile-app-drawer>

Web component to create a simple animated menu, useful as app global menu. Based on LitElement

Go to DEMOS page.

Installation

npm i dile-app-drawer

Usage

<script type="module">
  import 'dile-app-drawer/dile-app-drawer.js';
</script>

<dile-app-drawer>
  <p><a href="#">Link 1</a></p>
  <p><a href="#">Another link</a></p>
  <p><a href="#">More information</a></p>
  <p><a href="#">Contact us</a></p>
</dile-app-drawer>

Properties

This componen only has one property to set the state of the component between opened and closed.

  • opened: Boolean property.

Methods

The component also provides a set of useful methods to controls the component state programmatically.

  • open(): Opens the menu.
  • close(): Closes the menu.
  • toggle(): Changes the state, from open to close or close to open.

Events

  • dile-app-drawer-click-outside: This custom event is dispatched when the drawer panel is closed because a user click outside the menu layer.

CSS customization

There are some CSS custom properties to customize the style and the animation.

Custom propertyDescriptionDefault
--dile-app-drawer-content-heightHeight of the menuauto
--dile-app-drawer-background-colorBackground color menu layer#ddd
--dile-app-drawer-z-indexz-index menu layer10000
--dile-app-drawer-closed-topDrawer content top position in closed state40vh
--dile-app-drawer-closed-leftDrawer content left position in closed state0

Keywords

FAQs

Package last updated on 10 Jul 2020

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