🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@instructure/ui-menu

Package Overview
Dependencies
Maintainers
0
Versions
2116
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.7.1-snapshot-1
Source
npm
Version published
Maintainers
0
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 06 Dec 2024

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