Tags reference resources in the app in a more visual way than a plain label.
Tag can show an image (usually a logo) before the label.
Tag can indicate the status of the referenced resource by showing a colorful border around image. This is useful for indicating the status of a sync, for example.
Name | Default | Description |
---|---|---|
imageUrl | — | string URL to an image displayed before label. |
children | — | ReactNode Tag label. |
status | — | "success" | "error" | "processing" | "warning" | "inactive" Indicate status of resource mentioned in the tag by showing a colorful border around image. Only visible when `imageUrl` is set. |