Hi,
I have to show navigator but it should be as icon not in big size. Please guide me how can I do it.
Thanks in advance
Here you can find a JavaScript demo that binds a DatePicker popup to a specified target (a <span> element in this case):
https://javascript.daypilot.org/demo/calendar/datepicker.html
How to use in react could you plz guide me.
Please see the following tutorial: https://code.daypilot.org/10750/react-calendar-with-date-picker-open-source
It shows how to bind the date picker to a selected target in your React application.