kulakowka / react-bulma

React.js components for Modern CSS framework based on Flexbox
https://code-typing-tutor.com
MIT License
471 stars 52 forks source link

Add events for buttons, inputs, etc.. #1

Closed dasmikko closed 7 years ago

dasmikko commented 7 years ago

It would be nice to have onClick events and onChange event for the buttons, inputs etc..

dasmikko commented 7 years ago

Oh my, this is embarrassing....

I just realized that you pass all props to the elements, so I can just add the onClick and so on.