JSPM

@fluentui/react-button

0.11.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 236196
  • Score
    100M100P100Q169532F
  • License MIT

Fluent UI React Button component.

Package Exports

  • @fluentui/react-button
  • @fluentui/react-button/lib-commonjs/Button
  • @fluentui/react-button/lib-commonjs/MenuButton
  • @fluentui/react-button/lib-commonjs/SplitButton
  • @fluentui/react-button/lib-commonjs/ToggleButton
  • @fluentui/react-button/lib/Button
  • @fluentui/react-button/lib/MenuButton
  • @fluentui/react-button/lib/SplitButton
  • @fluentui/react-button/lib/ToggleButton

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

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

import { Button } from '@fluentui/react-button';

const App = () => {
  return <Button content="hello, world!" />;
};