Destination Badge

Destination badges differentiate destinations of the same type by describing attributes of the sync configuration. For example, the type of object used in a Salesforce destination or channel name in a Slack destination.

#

Contact
import { DestinationBadge } from "@hightouchio/ui";

<DestinationBadge>Contact</DestinationBadge>;

#

#

  • Only use this component for displaying attributes of the sync configuration.
  • When expecting more than one badge, use a destination badge group.

#

Inherits margin props.

NameDefaultDescription
children

ReactNode

Badge text.