We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the feature
Working on registration and authentication patterns for other sites.
I would like to pull the UI part of this library. A year view and a month view. Or, possibly something more generic.
A calendar with type() might be worth exploring.
type()
UIKit::calendar()->month(); UIK::calendar()->year();
If other view types are introduced they could easily be added. Want to continue avoiding using constants.
Might also allow further configuration related to the header mainly:
// defaults to true, true UIKit::calendar()->nextAndPrevious(true, false); // defaults to false UIKit::calendar()->selectMonth(); // defaults to false UIKit::calendar()->selectYear();
Why is this feature necessary?
I would like to see the primary purpose of this library as being the data handler portion rather than the UI portion.
Describe alternatives you've considered
Leave it as-is, which seems to hinder updating or gaining full understanding in one sitting.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the feature
Working on registration and authentication patterns for other sites.
I would like to pull the UI part of this library. A year view and a month view. Or, possibly something more generic.
A calendar with
type()
might be worth exploring.If other view types are introduced they could easily be added. Want to continue avoiding using constants.
Might also allow further configuration related to the header mainly:
Why is this feature necessary?
I would like to see the primary purpose of this library as being the data handler portion rather than the UI portion.
Describe alternatives you've considered
Leave it as-is, which seems to hinder updating or gaining full understanding in one sitting.
The text was updated successfully, but these errors were encountered: