roggervalf / react-appointment-picker

React component to pick an appointment
MIT License
10 stars 13 forks source link

Is rendering of custom element possible? #11

Closed a-tonchev closed 4 years ago

a-tonchev commented 4 years ago

Is it possible to use custom component in the rendering of the appointment - like with custom hovers,styles, etc?

Thanks

roggervalf commented 4 years ago

Hi @a-tonchev, rigth now styles could be customized, I could suggest using styled-component package for that. https://www.npmjs.com/package/styled-components. I hope this could help you.