.. | ||
dist | ||
lib | ||
lib-commonjs | ||
CHANGELOG.md | ||
LICENSE | ||
package.json | ||
README.md |
@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>;
};