-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
stuff i want to add #6
Comments
improve prop handling |
ripples |
more components |
improve how colors are handled in theming |
better transitions |
Wanna add a roadmap and pin it to the list of issues? I'm interested in contributing but don't know which components you've got planned and/or which ones you're already working on. (pro tip if you didn't know, you can do checkboxes like this:
and on github issues, clicking on the checkboxes will automatically edit the markdown to check/uncheck them!) |
i'll make this an actual roadmap soon |
someday
|
Hey! I'm interested in adding new features to the library. Should I propose my ideas within this issue or create a new one specifically for each feature proposal? |
Make separate issues |
Do you have any plans for adding |
There aren't Docked variants documented in the spec. What's your use case? Should I try to make a Docked version anyway? |
This is the component I am talking about. I think it would be a great addition, and I'm willing to contribute. |
@DeepBhat That component is a modal. Modals work okay on mobile but it's better to just put a box with the picker next to the input. Not to mention that dragging the time selector would be hard to get right with JS. My question is: why do you want this component? are you using it in a form? |
@KTibow That's correct, I'm using it in a form that allows the user to set a reminder on a ticket so they can get a notification. The reminder will have both date and time sections. I wasn't able to find any component for choose time in this library so that's why I asked. |
a. are the date and time sections going to be unified? |
a. Yes, that's what I was tasked to do. Select a date, and then select the time. Datetime picker in android does the same thing |
Since M3 doesn't have a dedicated mixed picker, how would you feel about using something like the one from GTasks? |
Yes thas a great idea. Honestly just having a time picker would suffice for my use case. I can work on creating one that follows material 3 guidelines. I just wanted to know if you have it in your road map. |
Yeah you can go ahead and try to make a time picker, I'll see how it turns out |
starting with aria-labels
The text was updated successfully, but these errors were encountered: