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

0.1.1 • Public • Published

@gluestack-ui/slider

Installation

To use @gluestack-ui/slider, all you need to do is install the @gluestack-ui/slider package:

$ yarn add @gluestack-ui/slider

# or

$ npm i @gluestack-ui/slider

Usage

The Slider component enables an intuitive selection of values within a designated range. Users can easily adjust their selection by sliding a visual indicator along the track. Here's an example how to use this package to create one:

import {
  Root,
  Thumb,
  Track,
  FilledTrack,
  ThumbInteraction,
} from '../components/core/slider/styled-components';
import { createSlider } from '@gluestack-ui/slider';
const Slider = createSlider({
  Root,
  Thumb,
  Track,
  FilledTrack,
  ThumbInteraction,
});

Customizing the slider:

Default styling of all these components can be found in the components/core/slider file. For reference, you can view the source code of the styled slider components.

// import the styles
import {
  Root,
  Thumb,
  Track,
  FilledTrack,
  ThumbInteraction,
} from '../components/core/slider/styled-components';

// import the createSlider function
import { createSlider } from '@gluestack-ui/slider';

// Understanding the API
const Slider = createSlider({
  Root,
  Thumb,
  Track,
  FilledTrack,
  ThumbInteraction,
});

// Using the Slider component
export default () => (
  <Slider>
    <SliderTrack>
      <SliderFilledTrack />
    </SliderTrack>
    <SliderThumb />
  </Slider>
);

More guides on how to get started are available here.

Package Sidebar

Install

npm i @gluestack-ui/range-slider

Weekly Downloads

102

Version

0.1.1

License

none

Unpacked Size

142 kB

Total Files

65

Last publish

Collaborators

  • sravankumarvelangi
  • vaibhk002
  • daminipandey
  • rayan1810
  • amars29
  • geekgautam
  • gluestackadmin
  • geekashwini
  • vidhi499
  • mayankp06
  • madhavb230100
  • viraj-10
  • rohit_singh
  • ankit-tailor
  • meenumakkar
  • surajahmedc