mg-range-input
TypeScript icon, indicating that this package has built-in type declarations

0.1.16 • Public • Published

mg-range-input

mg-range-input is a React-typescript custom range input.

npm

Range input

Installation

npm install mg-range-input

Use

import { Range } from 'mg-range-input'

function App() {

  return (
    <>
        <Range min={5.99} max={19.99} />
        <Range min={5.99} max={70.99} selectableValues={[5.99, 10.99, 30.99, 50.99, 70.99]}/>
    <>
  )
}

export default App

Readme

Keywords

none

Package Sidebar

Install

npm i mg-range-input

Weekly Downloads

0

Version

0.1.16

License

GPL

Unpacked Size

116 kB

Total Files

33

Last publish

Collaborators

  • miguelgisbert