14 lines
334 B
Markdown
14 lines
334 B
Markdown
|
# @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>;
|
||
|
};
|
||
|
```
|