{"id":18488292,"url":"https://github.com/beekai-oss/react-smooth-range-input","last_synced_at":"2025-04-06T11:10:24.823Z","repository":{"id":33977167,"uuid":"164990467","full_name":"beekai-oss/react-smooth-range-input","owner":"beekai-oss","description":"🎚 React beautiful input range slider","archived":false,"fork":false,"pushed_at":"2023-02-27T17:31:50.000Z","size":3513,"stargazers_count":400,"open_issues_count":29,"forks_count":16,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-05T21:43:05.300Z","etag":null,"topics":["animation","input-range","react","slider","smooth"],"latest_commit_sha":null,"homepage":"https://react-smooth-range-input.now.sh/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beekai-oss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"bluebill1049","github":["bluebill1049"]}},"created_at":"2019-01-10T04:35:34.000Z","updated_at":"2024-06-19T22:49:22.994Z","dependencies_parsed_at":"2024-06-19T22:48:52.161Z","dependency_job_id":"b7c580dd-3063-4940-8917-b15be8ba4300","html_url":"https://github.com/beekai-oss/react-smooth-range-input","commit_stats":null,"previous_names":["bluebill1049/react-simple-input-range"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beekai-oss%2Freact-smooth-range-input","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beekai-oss%2Freact-smooth-range-input/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beekai-oss%2Freact-smooth-range-input/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beekai-oss%2Freact-smooth-range-input/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beekai-oss","download_url":"https://codeload.github.com/beekai-oss/react-smooth-range-input/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247471521,"owners_count":20944158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["animation","input-range","react","slider","smooth"],"created_at":"2024-11-06T12:51:31.575Z","updated_at":"2025-04-06T11:10:24.796Z","avatar_url":"https://github.com/beekai-oss.png","language":"TypeScript","funding_links":["https://patreon.com/bluebill1049","https://github.com/sponsors/bluebill1049"],"categories":["TypeScript"],"sub_categories":[],"readme":"# 🎚 React Smooth Range Input\n\n[![Coverage Status](https://coveralls.io/repos/github/bluebill1049/react-smooth-range-input/badge.svg?branch=master)](https://coveralls.io/github/bluebill1049/react-smooth-range-input?branch=master) [![npm downloads](https://img.shields.io/npm/dm/react-smooth-range-input.svg?style=flat-square)](https://www.npmjs.com/package/react-smooth-range-input) [![npm](https://img.shields.io/npm/dt/react-smooth-range-input.svg?style=flat-square)](https://www.npmjs.com/package/react-smooth-range-input) [![npm](https://badgen.net/bundlephobia/minzip/react-smooth-range-input)](https://badgen.net/bundlephobia/minzip/react-smooth-range-input)\n\n- Smooth input range\n- Beautiful animation interaction\n- Tiny size\n\n## Install\n\n    $ npm install react-smooth-range-input\n\n## Example\n\n\u003cp\u003e\n    \u003ca href=\"https://react-smooth-range-input.now.sh\" target=\"_blank\"\u003e\n        \u003cimg height=\"500\" src=\"https://raw.githubusercontent.com/bluebill1049/react-smooth-range-input/master/example/example.gif\" alt=\"https://react-smooth-range-input.now.sh\" /\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## Quickstart\n\n```jsx\nimport react from 'react';\nimport Slider from 'react-smooth-range-input';\n\nexport default () =\u003e \u003cSlider value={1} min={1} max={30} /\u003e;\n```\n\n## Props\n\n| Prop               | Type                                             | Required | Description                                  |\n| :----------------- | :----------------------------------------------- | :------: | :------------------------------------------- |\n| `value`            | number                                           |    ✓     | current value                                |\n| `min`              | number                                           |    ✓     | min number range                             |\n| `max`              | number                                           |    ✓     | max number range                             |\n| `onChange`         | Function                                         |          | on value change callback                     |\n| `disabled`         | boolean                                          |          | disable the component                        |\n| `hasTickMarks`     | boolean = true                                   |          | show tick marks only apply to thick type     |\n| `customController` | ({ ref: any, value: number }) =\u003e React.ReactNode |          | custom controller: make sure to pass the ref |\n\n\n## By the makers of BEEKAI\n\nWe also make [BEEKAI](https://www.beekai.com/). Build the next-generation forms with modern technology and best in class user experience and accessibility.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeekai-oss%2Freact-smooth-range-input","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeekai-oss%2Freact-smooth-range-input","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeekai-oss%2Freact-smooth-range-input/lists"}