You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My apologies if it has ben asked before - I tried searching for issues, reading the docs and seeing if there was something on stackoverflow, but I can't get it to work.
Basically, my idea was to use the component as a headless component, not pulling in the css from the library, and just style the component using tailwindcss classes as that is being used throughout the project.
I'm getting quite far with it thanks to the different components I can pass as props.
However: I can't seem to be able to style the days in the calendar rows to display in a grid / flex, as I don't seem to be having the ability to pass a component for the calendar-rows. Am I missing something here, or is it not supported indeed?
side question: for those of us who, like me, would like to style the components themselves, it would be nice if we could get a setting to disable the injection of the css classnames by the library as they don't really server any use (unless they are being used as selectors in the code of coure...)
thanks for the great library - seems like an absolute life saver for adding a decent datepicker to our project!
The text was updated successfully, but these errors were encountered:
My apologies if it has ben asked before - I tried searching for issues, reading the docs and seeing if there was something on stackoverflow, but I can't get it to work.
Basically, my idea was to use the component as a headless component, not pulling in the css from the library, and just style the component using tailwindcss classes as that is being used throughout the project.
I'm getting quite far with it thanks to the different components I can pass as props.
However: I can't seem to be able to style the days in the calendar rows to display in a grid / flex, as I don't seem to be having the ability to pass a component for the calendar-rows. Am I missing something here, or is it not supported indeed?
side question: for those of us who, like me, would like to style the components themselves, it would be nice if we could get a setting to disable the injection of the css classnames by the library as they don't really server any use (unless they are being used as selectors in the code of coure...)
thanks for the great library - seems like an absolute life saver for adding a decent datepicker to our project!
The text was updated successfully, but these errors were encountered: