widgetti / reacton

A pure Python port of React for ipywidgets
https://reacton.solara.dev/
MIT License
296 stars 18 forks source link

minor correction in docs #8

Closed mattkeanny closed 1 year ago

mattkeanny commented 1 year ago

Started exploring the project, no react knowledge, I like the pure python approach. Just a minor thing: In the getting-started.md the example says:

el = ButtonClick
display(el)

I guess this was meant "()":

el = ButtonClick()
display(el)

Thanks a ton.

maartenbreddels commented 1 year ago

Hi there,

thanks, this is fixed now!

Regards,

Maarten Breddels