wojtekmaj / react-calendar

Ultimate calendar for your React app.
https://projects.wojtekmaj.pl/react-calendar
MIT License
3.52k stars 512 forks source link

feature request: remove all JS styling #334

Open zigotica opened 4 years ago

zigotica commented 4 years ago

Hi,

Would it be possible to remove all JS styling (i.e. overflow: hidden, widths, max-widths, flex behaviours and so on). They make it very hard to restyle. A good alternative would be to use class swapping depending on component states.

Thank you

ladyd252 commented 4 years ago

Would also be interested in this option.

wojtekmaj commented 4 years ago

Will look into that but as a breaking change it'll have to be done in 4.x release.

pedro-surf commented 4 years ago

@wojtekmaj Greetings. I have to unstyle the weekend days (remove the red color) would it be possible? Thanks a lot for your attention and cool calendar

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 14 days.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 14 days.

arne commented 1 year ago

Optionally it could just be a parameter that you set on the component that removes it. I'm also having a nightmare trying to style it because of all the inline styles.