1.2.0 • Published 11 months ago

@heycar-uikit/slider v1.2.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
11 months ago

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