0

I am using react toolbox date picker component. I am getting issue with chevron-left and chevron right arrow in calendar. In place of the icon of arrows am getting values as chevron-left and chevron right. Please suggest.

Thanks.

Venugopal
  • 1,888
  • 1
  • 17
  • 30
Priya M
  • 13
  • 1
  • 7

1 Answers1

3

Icons are not included in react-toolbox.
Try adding the following line in your html:
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

Okyear
  • 39
  • 5