You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@igloo-ui/select

Package Overview
Dependencies
Maintainers
0
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@igloo-ui/select

Select inputs let users choose one option from an options menu.

2.0.1
latest
Source
npmnpm
Version published
Weekly downloads
128
-59.62%
Maintainers
0
Weekly downloads
 
Created
Source

Select

Select inputs let users choose one option from an options menu.

Installation

To install @igloo-ui/select in your project, you will need to run the following command using npm:

npm install @igloo-ui/select

If you prefer Yarn, use the following command instead:

yarn add @igloo-ui/select

Usage

Then to use the component in your code just import it!

import Select from '@igloo-ui/select';

<Select
  options={[
    { label: 'Option 1', value: '1' },
    { label: 'Option 2', value: '2' },
  ]}
>
  Place holder
</Select>;

FAQs

Package last updated on 23 Jul 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