thedodd / ybc

A Yew component library based on the Bulma CSS framework.
Apache License 2.0
258 stars 37 forks source link

TodoMVC Example #12

Closed quinnjr closed 1 year ago

quinnjr commented 3 years ago

This pull request includes an example TodoMVC example for ybc based off of the one in the main yew repository, sans the use of the storage API.

The example fulfills showing off some of the components of ybc (Media, Columns, Button, Card), but needs some additional work with including Input.

Also, to note, the callbacks for batch_callback are currently not using the allowed Option<Msg> since this has not been released yet by yew. This would be something to fix once yew releases the change.

Finally, I didn't do a new tag for this pull request since nothing changed in the library itself. The examples can be included later down the line with another release.

Contribution Checklist

thedodd commented 3 years ago

@quinnjr omg man, you are absolutely ledge sir! I'm going to give this an eye and get it merged ASAP. At a minimum, I will have time to get to this PR this weekend. 🎉

thedodd commented 1 year ago

Giving a ping here. We've got a beta going on for the 0.4 release line. Happy to get this work merged, though it looks like there might be some outstanding work to be done. Hope all is well!

quinnjr commented 1 year ago

I moved back to using Angular for projects. Not much interested in updating this.