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

334 B

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