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

99.10.0 • Public • Published

category: packages experimental: true

ui-simple-select

npm build-status MIT License Code of Conduct

A component for standard select element behavior.

Components

The ui-simple-select package contains the following:

Installation

yarn add @temporg/ui-simple-select

Usage

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

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

For detailed usage and documentation, see SimpleSelect examples.

/@temporg/ui-simple-select/

    Package Sidebar

    Install

    npm i @temporg/ui-simple-select

    Weekly Downloads

    10

    Version

    99.10.0

    License

    MIT

    Unpacked Size

    76.1 kB

    Total Files

    25

    Last publish

    Collaborators

    • npm