@heycar-uikit/slider
v1.2.0
Published
HeyCar-UIKit Slider
Downloads
2
Maintainers
Readme
HeyCar-UIKit - Slider
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