Files
powerpoint-toolbox/node_modules/@fluentui/react-infolabel
2025-03-07 19:22:02 +01:00
..
2025-03-07 19:22:02 +01:00
2025-03-07 19:22:02 +01:00
2025-03-07 19:22:02 +01:00
2025-03-07 19:22:02 +01:00
2025-03-07 19:22:02 +01:00
2025-03-07 19:22:02 +01:00
2025-03-07 19:22:02 +01:00

@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>;
};