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

Scrollable speed-dial menu #49

Open
rolenin opened this issue Mar 5, 2019 · 4 comments
Open

Scrollable speed-dial menu #49

rolenin opened this issue Mar 5, 2019 · 4 comments

Comments

@rolenin
Copy link

rolenin commented Mar 5, 2019

Is there a way to make speed-dial menu scrollable? If there are too many items, they go out of the screen.

@markormesher
Copy link
Owner

Hey @rolenin. Scrolling the speed-dial menu isn't currently possible in the library, but I suppose it could be added.

Can I ask how many items you're trying to show? According to the material design guidelines for FABs, the speed-dial menu should contain "no more than six options". Obviously these are guidelines not absolute rules, but they're worth keeping in mind. How many items are you able to fit before they flow off the screen?

@rolenin
Copy link
Author

rolenin commented Mar 10, 2019

Mark, thanks for your reply.
I am going to ship my app with only two predefined values, however I'd like to make users able to add as many items as they want. So it's up to them how many items the fab is going to have.
I guess even breaking some design rules, the scrollable menu might look nicely and be really handy.

@markormesher
Copy link
Owner

Seems like a pretty good use case for a scrollable menu to me 🙂

I'll see if I can get to it next week, but I can't promise anything. Feel free to open up a PR if you want to take a shot it it yourself.

@rolenin
Copy link
Author

rolenin commented Mar 10, 2019

Ok, sure, thanks )
I am not expierenced enough in programming to open up PRs but it's a good opportunity for me to have a look what I can do )

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

No branches or pull requests

2 participants