npm.io
9.4.25 • Published 1 week ago

@fluentui/react-infolabel

Licence
MIT
Version
9.4.25
Deps
10
Size
239 kB
Vulns
0
Weekly
0
Stars
20.2K

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