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

More flexible styling #47

Merged
merged 2 commits into from
Aug 11, 2022
Merged

Commits on Aug 2, 2022

  1. feat: add ability to add custom classes to each day.

    This will allow custom functionality such as differentiating what kind of
    'invalid' a day might be. e.g. when used as a booking calendar, you might
    not be allowed to select a given day to check in because it's sold out,
    or it may simply not be a valid check-in day. Differentiating this is
    key to user experience.
    coling committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    44be8c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. feat: sprinkle some class names around

    This just gives a bit of control over downstream styling that can't always
    be achieved via styled component overrides (that I can work out anyway)
    coling committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    2a3f4ae View commit details
    Browse the repository at this point in the history