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

@instructure/ui-menu

Package Overview
Dependencies
Maintainers
35
Versions
2039
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-menu

A dropdown menu component

10.10.1-snapshot-6
Source
npm
Version published
Weekly downloads
13K
10.54%
Maintainers
35
Weekly downloads
 
Created
Source

category: packages

ui-menu

npm MIT License Code of Conduct

A dropdown menu component.

Components

The ui-menu package contains the following:

  • Menu

Installation

npm install @instructure/ui-menu

Usage

import React from 'react'
import { Menu } from '@instructure/ui-menu'

const MyMenu = () => {
  return (
    <Menu>
      <Menu.Item value="foo">Foo</Menu.Item>
      <Menu.Item value="bar">Bar</Menu.Item>
    </Menu>
  )
}

FAQs

Package last updated on 03 Feb 2025

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