Back to Fluentui

@fluentui/react-infolabel

packages/react-components/react-infolabel/library/README.md

4.40.2-hotfix2333 B
Original Source

@fluentui/react-infolabel

React Infolabel components for Fluent UI React

To use InfoLabel import InfoLabel like this:

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

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