##Description
Signals are data-backed recommendations to help customers make more informed decisions. There are four signal statuses, each corresponding to a specific color: trustworthy
, recent
, time-sensitive
& neutral
. Defaults to neutral
if none specified.
yarn add @ebay/ui-core-react
import { EbaySignal } from '@ebay/ui-core-react/ebay-signal';
import '@ebay/skin/signal'
import '@ebay/skin/signal.css'
<EbaySignal status="trustworthy">Trustworthy</EbaySignal>
Name | Type | Stateful | Description |
---|---|---|---|
status |
String | No | Status of signal; determines color. Possible values: trustworthy , recent , time-sensitive & neutral (default) |