-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Make Calendar component externally consumable #294
Comments
ooh this would be awesome! |
@rafeememon This would be great! I'm currently working on a project that needs just this. Right now, however, I have to download a zip of the project and reference the calendar object locally. Would you consider adding the |
Hey @mike-engel, glad you would find this useful. I think the way this would work is we would publish a |
Thanks @rafeememon. Is there anything I can help with? |
Now publishing compiled class files with #404, but not sure the API is in its final state where we can declare this finished yet. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The
Calendar
component is useful on its own if a consumer simply wants to display a calendar with selectable dates on a page. I think it would be great if it was easy to import and consume only this component outside of the dropdown menu. This can already be done to an extent, but to get to the ideal state I think a couple things need to happen:API: The required
Calendar
props should be stripped down to only what is necessary. It should have roughly the same required props asDatePicker
(mainly the props that specify which dates can be selected), but I think it would be a huge help if we have a solid answer for Use moment locales for customization #277 to make this as good as possible.Styles: The standalone component should look good outside of the dropdown menu. This may already be the case but it should be addressed.
The text was updated successfully, but these errors were encountered: