Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme example to be immediately runnable #9

Open
thedodd opened this issue Sep 30, 2020 · 4 comments
Open

Update readme example to be immediately runnable #9

thedodd opened this issue Sep 30, 2020 · 4 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request

Comments

@thedodd
Copy link
Owner

thedodd commented Sep 30, 2020

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.

@thedodd thedodd added documentation Improvements or additions to documentation enhancement New feature or request labels Sep 30, 2020
@MarkAnthonyM
Copy link

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...

@quinnjr
Copy link

quinnjr commented Nov 6, 2020

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...

@thedodd
Copy link
Owner Author

thedodd commented Nov 6, 2020

Agreed. I think long-term, building a site which somewhat mirrors the Bulma docs using YBC components would be excellent.

That will definitely take a fair bit of time and effort, so starting small with some examples (as you've mentioned) would definitely be a big win.

@quinnjr
Copy link

quinnjr commented Nov 7, 2020

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)

Sample

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants