flippingbitss / react-daterange-picker

A react date range picker to using @material-ui. Live Demo: https://flippingbitss.github.io/react-daterange-picker/
MIT License
110 stars 212 forks source link

Customize style #3

Open jwzdmitry opened 4 years ago

jwzdmitry commented 4 years ago

Hello there! I have a question about customization. Everything else is pretty good right now but I prefer to make some changes about how it looks. I tried to make changes in typescript files into /src or into build version but without success...

flippingbitss commented 4 years ago

Hi @jwzdmitry, thanks for using my component. In the later versions of this, i would make the API more flexible to allow better customization. If you want to make changes, you need to fork the repo and build it using npm run build, don't forget to run npm install. Let me know if you have any further questions.

jwzdmitry commented 4 years ago

@matharumanpreet00 thank you for your answer! Yes, I have question cos' my project is pretty big and I actually have no idea about how to integrate forked and changed repo into my project. Maybe you have easier way to make changes? this is a question about 6 rows of css styles...

flippingbitss commented 4 years ago

@jwzdmitry you can take a look HERE for using your forked project as npm module.

consciousnessdev commented 4 years ago

@matharumanpreet00 i think must added disable sidemenu & change choosed date & range cikir :grimacing:

ghost commented 4 years ago

Hey, was just wondering what the status of this feature is?

flippingbitss commented 4 years ago

@redbellswalking I am not actively working on this, but could you tell me the specifics of the things you are looking to customize ? For those, I can add customization props. I also welcome PRs, the codebase is very simple.

vinikatyal commented 3 years ago

Is there a way to ovveride styles on this @flippingbitss ?