JSPM

@fluentui/react-infolabel

9.0.34
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 230516
  • Score
    100M100P100Q185662F
  • License MIT

InfoLabel component for Fluent UI v9

Package Exports

  • @fluentui/react-infolabel
  • @fluentui/react-infolabel/package.json

Readme

@fluentui/react-infolabel

React Infolabel components for Fluent UI React

To use InfoLabel import InfoLabel like this:

import { InfoLabel } from '@fluentui/react-components';

const InfoLabelExample = () => {
  return <InfoLabel info="Sample information">Sample label</InfoLabel>;
};