@heycar-uikit/slider
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

HeyCar-UIKit - Slider

Tests Coverage Status Demo build Commitizen friendly

Slider provides users with a way to interactively adjust a value or range within a specific range or set of options.

Installation

To install and save in your package.json dependencies, run the command below using npm:

npm install @heycar-uikit/core

# Or
npm install @heycar-uikit/slider

Usage

// TSX/JSX file
// Core import is recomended
import Slider from '@heycar-uikit/core/slider';

// or
import Slider from '@heycar-uikit/slider';

function App() {
  return <Slider />;
}
// CSS file
// Core import is recomended
@import '@heycar-uikit/core/slider/esm/Slider.constants.css';

// or
@import '@heycar-uikit/slider/dist/esm/Slider.constants.css';

Documentation and sandbox

Storybook documentation and sandbox

/@heycar-uikit/slider/

    Package Sidebar

    Install

    npm i @heycar-uikit/slider

    Weekly Downloads

    0

    Version

    1.2.0

    License

    UNLICENSED

    Unpacked Size

    127 kB

    Total Files

    42

    Last publish

    Collaborators

    • heycar-uikit