I’m Leia Acosta, a passionate photographer who finds inspiration in capturing the fleeting beauty of life.

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, }; XML-RPC server accepts POST requests only.