Skip to content

Latest commit

 

History

History

ebay-signal

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

EbaySignal

##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.

Demo

Storybook

Usage

yarn add @ebay/ui-core-react

Import JS

import { EbaySignal } from '@ebay/ui-core-react/ebay-signal';

Import styles from Skin

import '@ebay/skin/signal'

...or using SCSS/CSS

import '@ebay/skin/signal.css'
<EbaySignal status="trustworthy">Trustworthy</EbaySignal>

Attributes

Name Type Stateful Description
status String No Status of signal; determines color. Possible values: trustworthy, recent, time-sensitive & neutral (default)