This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@temporg/ui-select
TypeScript icon, indicating that this package has built-in type declarations

99.10.0 • Public • Published

category: packages

ui-select

npm  build-status  MIT License  Code of Conduct

A component for select and autocomplete behavior.

Components

The ui-select package contains the following:

Installation

yarn add @temporg/ui-select

Usage

import React from 'react'
import { Select } from '@temporg/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.

Readme

Keywords

none

Package Sidebar

Install

npm i @temporg/ui-select

Weekly Downloads

0

Version

99.10.0

License

MIT

Unpacked Size

134 kB

Total Files

26

Last publish

Collaborators

  • npm