Outlook_Addin_LLM/node_modules/@fluentui/react-infolabel/README.md

14 lines
334 B
Markdown
Raw Permalink Normal View History

# @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 <InfoLabel info="Sample information">Sample label</InfoLabel>;
};
```