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

Add Dropdown Components #35

Closed
jeremyadavis opened this issue Dec 20, 2016 · 2 comments
Closed

Add Dropdown Components #35

jeremyadavis opened this issue Dec 20, 2016 · 2 comments

Comments

@jeremyadavis
Copy link

I've found your organization and composition of components to be very helpful to my own work. To that end, I'd love to see your take on building a couple of dropdown controls.

I've got a simple dropdown component that renders out basic HTML select/options list and also a more complex one that takes in an item renderer component for more custom dropdowns.

I came here hoping to see how you would have implemented them and was disappointed to not find one in your current library.

@diegohaz
Copy link
Owner

Hi, @jeremyadavis

Well, the project focus isn't to be a components library. I plan to publish them on npm, in the future. But the main purpose of this is to provide a nice structure for React projects. The components are just examples and/or something you can use to bootstrap your app.

Now, talking about Dropdown, I've made one on another project (see here). The reason I didn't add that to this boilerplate is because it uses another dependency (react-aria-menubutton) and I don't want to fill the boilerplate with more and more dependencies.

Tell me if it helps you.

@jeremyadavis
Copy link
Author

It helps. Thanks for the links.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants