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 upfeat(calendar): Adding calendar component #20332
Conversation
|
This is looking great! I'll have to dive into the CSS & Property names more later. |
| </ion-button> | ||
| </div> | ||
| <div /> | ||
| <ion-button |
This comment has been minimized.
This comment has been minimized.
brandyscarney
Jan 29, 2020
Member
Can this be a native button? I can help with this. We usually don't use ion-button when building components because it pulls in all of the button CSS to this component. See ion-menu-button: https://github.com/ionic-team/ionic/blob/master/core/src/components/menu-button/menu-button.tsx#L76-L105
|
Great to see someone is working on this, that will be very helpful :). I've briefly looked at the code without testing it, but it looks like ranges are not supported, right? Is this something that is planned? I really like the kiwi.com date picker on desktop, but it also works well on mobile (although the feedback/snappiness could be better there). |
corysmc commentedJan 29, 2020
•
edited
Here's a first pass at the ion-calendar... Still has a ways to go, but wanted to get an initial code review before continuing - to fix bugs/issues that are likely present :)
Related issues