Broker Application
Start offering competitive financial services to your customers
US: 619-330-6253
import './indicator-bullet.scss'; export const Indicator = ( props ) => { let className = 'eps-indicator-bullet'; if ( props.active ) { className += ` ${ className }--active`; } return ; }; Indicator.propTypes = { active: PropTypes.bool, };
US: 619-330-6253