@iqvizyonui/react-infolabel
v9.4.24
Published
InfoLabel component for Iqvizyon UI
Downloads
329
Readme
@iqvizyonui/react-infolabel
React Infolabel components for Iqvizyon UI React
To use InfoLabel import InfoLabel like this:
import { InfoLabel } from '@iqvizyonui/react-components';
const InfoLabelExample = () => {
return <InfoLabel info="Sample information">Sample label</InfoLabel>;
};