adobe / aem-guides-wknd-spa

MIT License
71 stars 97 forks source link

Can anyone help provide a case of binding events? #20

Open ghost opened 3 years ago

ghost commented 3 years ago

I want bind event for button component. but i don't know how to implement it.

because the button is basic component, any page can import it. so i can't bind event in button component. and this component render by "{ this.childComponents }".