Status
- React
To implement Status component into your project you'll need to add the import:
import { Status } from "@shoptet/ui";
After adding import into your project you can use it simply like:
<Status state="default" tooltip="Label" />
To implement Status component into your project you'll need to add the import:
import { Status } from "@shoptet/ui";
After adding import into your project you can use it simply like:
<Status state="default" tooltip="Label" />