Kartik Datepicker doesn't show icons

Hi guys

I have installed Kartik Datepicker, and in Yii I have Bottstrap4 by default.
I dont know if this is the problem source (the bootstrap version), but Kartik datepicker doesnt show the calendar icon.
Can someone help me out please?

UPDATE
Solved,

I just missed that we need to add

<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js" crossorigin="anonymous"></script>

to main layout file…

I am putting it here just in case there is someone else blind like me…:slight_smile:

Did you set Bootstrap version to 4 in Widget settings?

Thanks for the replay. I have already updated teh post.
I have found the problem.
Thanks

I was referring your bootstrap settings according to

did you set the Widget to use correct bootstrap? Also what is the widget version in composer.json?

I have edited the topic to solved, becuase i have found the solution.
Please see my earlier answer.
THanks

Though your method is working I encourage you to use Assets or at least RegisterCssFile