You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If pulling from some examples that already exist would work for you and make it easier/save time, maybe you could lift some of the examples from this reference repo I've been putting together? The examples I wrote feel quite long winded though, might not be the most succinct and/or best...
I've been constantly looking back and forth and the source code for ybc since I started incorporating it, and I think the major pain point, at least for me, is the lack of concrete examples in the reference generated over on docs.rs. That's something I could sweep through and try to make more clear over a weekend when I have time.
I'd also suggest doing an examples folder of a few simple apps using ybc, like a TodoMVC and something showcasing button styling, etc...
I started on a TodoMVC using ybc this afternoon. Looks nice, but some changes to ybc will be necessary to make it 100% ybc-flavored components (eg: adding support for a onkeypress callback on ybc::Input)
Right now there is some content left out for brevity. Seems like that has been tripping-up some folks. Either change the example or make it complete.
The text was updated successfully, but these errors were encountered: