JSPM

@fluentui/react-toggle

0.4.15
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 28
  • Score
    100M100P100Q11742F
  • License MIT

Fluent UI React Toggle component

Package Exports

  • @fluentui/react-toggle
  • @fluentui/react-toggle/lib-commonjs/Toggle
  • @fluentui/react-toggle/lib-commonjs/next
  • @fluentui/react-toggle/lib/Toggle
  • @fluentui/react-toggle/lib/next

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-toggle) 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-toggle

React Toggle 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 Toggle components:

import { Toggle } from '@fluentui/react-toggle';

const App = () => {
  return <Toggle label="Toggle" />;
};