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,
};
Comments for Show Cung Xuan
https://cungxuan.tranbang.work
Sun, 18 Jan 2026 09:13:18 +0000
hourly
1
https://wordpress.org/?v=6.8.5