99.10.0 • Published 4 years ago

@temporg/ui-time-select v99.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

category: packages

experimental: true

ui-time-select

npm build-status MIT License Code of Conduct

A component for selecting time values.

Components

The ui-time-select package contains the following:

Installation

yarn add @temporg/ui-time-select

Usage

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

const MyTimeSelect = () => {
  return (
    <TimeSelect renderLabel="Time Select" />
  )
}

For detailed usage and documentation, see TimeSelect examples.