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

@instructure/ui-select

Package Overview
Dependencies
Maintainers
42
Versions
1568
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.

10.20.0
latest
Source
npm
Version published
Weekly downloads
9.1K
-25.77%
Maintainers
42
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 13 Jun 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