🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@instructure/ui-select

Package Overview
Dependencies
Maintainers
33
Versions
1683
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-select

A component for select and autocomplete behavior.

Source
npmnpm
Version
8.56.5-pr-snapshot-1729507712924
Version published
Weekly downloads
17K
-32.56%
Maintainers
33
Weekly downloads
 
Created
Source

category: packages

ui-select

npm  MIT License  Code of Conduct

A component for select and autocomplete behavior.

Components

The ui-select package contains the following:

  • Select

Installation

npm install @instructure/ui-select

Usage

import React from 'react'
import { Select } from '@instructure/ui-select'

const MySelect = () => {
  return (
    <Select>
      <Select.Option>Option one</Select.Option>
      <Select.Option>Option two</Select.Option>
    </Select>
  )
}

For detailed usage and documentation, see Select examples.

FAQs

Package last updated on 21 Oct 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