Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upConsolidate some of the examples in one screen #255
Labels
Comments
|
Putting everything on one page might require having the ability to scroll, think @bryphe was working on a scroll view not sure if it got merged in already |
|
Great idea! We got so many components so quickly... our Example app's sidebar can't keep up |
|
Could help out |
|
@jeremyscatigna want to try working on a PR for this? Don't think anyone is working on it at the moment. |
|
@OhadRau yes would love too |
|
Sounds great! Keep us posted if you have any questions getting started, @jeremyscatigna |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Now that we start having more components (
checkboxandradiobuttons) wouldn't it make sense to bundle those in the examples in a more generic example likeInput methodswhere we show most of these.Otherwise we'll start having a lot of example buttons with just one simple thing.
For example we could move:
Button,Checkbox,Slider,FocusandInputtoInput methods?