JSPM

@fluentui/react-slider

1.0.0-beta.78
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 160132
  • Score
    100M100P100Q161107F
  • License MIT

Fluent UI React Slider component

Package Exports

  • @fluentui/react-slider
  • @fluentui/react-slider/lib-commonjs/Slider
  • @fluentui/react-slider/lib/Slider

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@fluentui/react-slider) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@fluentui/react-slider

React Slider components for Fluent UI React

These are not production-ready components and should never be used in product. This space is useful for testing new components whose APIs might change before final release.

To import React Slider components:

import { Slider } from '@fluentui/react-slider';

const App = () => {
  return <Slider label="Slider" min={0} max={50} />;
};