# @fluentui/react-infolabel **React Infolabel components for [Fluent UI React](https://react.fluentui.dev/)** To use InfoLabel import InfoLabel like this: ```jsx import { InfoLabel } from '@fluentui/react-components'; const InfoLabelExample = () => { return Sample label; }; ```