Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 373 Bytes

File metadata and controls

23 lines (16 loc) · 373 Bytes

Slider - @axiscommunications/fluent-slider

Slider with extended functionality.

How to install

yarn add @axiscommunications/fluent-slider
npm install @axiscommunications/fluent-slider

Usage

import { Slider } from "@axiscommunications/fluent-slider";

export const SliderExample = () => {
  return <Slider min={0} max={100} />;
};