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
30
Versions
2039
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-menu

A UI component library made by Instructure Inc.

5.10.0
Source
npm
Version published
Weekly downloads
13K
10.54%
Maintainers
30
Weekly downloads
 
Created
Source

category: packages

ui-menu

npm build-status MIT License Code of Conduct

Installation

yarn add @instructure/ui-menu

Usage

import React from 'react'
import Menu, { MenuItem } from '@instructure/ui-menu/lib/components/Menu'

export default MyMenu = function () {
  return (
    <Menu>
      <MenuItem value="foo">Foo</MenuItem>
      <MenuItem value="bar">Bar</MenuItem>
    </Menu>
  )
}

Components

The ui-menu package contains the following:

  • Menu

Contribute

See the contributing guidelines for details.

License

FAQs

Package last updated on 23 May 2018

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