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

99.10.0 • Public • Published

category: packages

ui-range-input

npm  build-status  MIT License  Code of Conduct

A styled HTML range input.

Components

The ui-range-input package contains the following:

Installation

yarn add @temporg/ui-range-input

Usage

---
example: false
---
import React from 'react'
import { RangeInput } from '@temporg/ui-range-input'

const MyRange = () => {
  return (
    <RangeInput
      label="Grading range"
      defaultValue={50}
      max={100}
      min={0}
    />
  )
}

Readme

Keywords

none

Package Sidebar

Install

npm i @temporg/ui-range-input

Weekly Downloads

0

Version

99.10.0

License

MIT

Unpacked Size

50.6 kB

Total Files

23

Last publish

Collaborators

  • npm