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

@assecosolutions/fox-menu

Package Overview
Dependencies
Maintainers
2
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@assecosolutions/fox-menu

This webcomponent is made by 🦊🧙.

  • 0.0.1-alpha.7.0.11
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
23
decreased by-67.61%
Maintainers
2
Weekly downloads
 
Created
Source

🦊 Fox - Future Open Experience

This webcomponent is made by 🦊🧙.

Installation

npm i @assecosolutions/fox-menu

Usage

<script type="module">
  import '@assecosolutions/fox-menu';
  import '@assecosolutions/fox-list';
</script>
<div style="position: relative;">
  <fox-button id="button" raised label="Open Menu"></fox-button>
  <fox-menu id="menu">
    <fox-list-item>Item 0</fox-list-item>
    <fox-list-item>Item 1</fox-list-item>
    <fox-list-item>Item 2</fox-list-item>
    <fox-list-item>Item 3</fox-list-item>
  </fox-menu>
</div>

<script type="module">
  // anchor must share a parent with menu that is `position: relative`
  menu.anchor = button;

  button.addEventListener('click', function (e) {
    menu.open = true;
    // alternatively you can use menu.show();
  });
</script>

Docs

This component is wrapped around fox-menu
Official documentation
Demo

Further Reading

Please, also check the documentations about the API and our client

Contribute

If you would like to contribute please make sure that you have read our development guidelines.

Maintainer

Burak TopalJari MöllenberndJulia Nissen
Burak Topal (@biggisb)Jari Möllenbernd (@jarmee)Julia Nissen (@JuliaNssn)

FAQs

Package last updated on 01 Mar 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