Easy to use web component for date input (jalali and gregorian) intended to have good UI/UX for both mobile and desktop user
Since jb-date-input is a web-component you can use it in pure html site and any JS framework like React, Angular, Vue,... so you have 2 way to using it:
in first way you just have to install jb-date-input and import it's scripts anyway in app and then use it anywhere with simple HTML Tag <jb-date-input > </jb-date-input > read more detail here
in second way just add following script tag in your html and then write <jb-date-input > </jb-date-input > tag anywhere in your HTML file
<script src="https://unpkg.com/jb-date-input/dist/jb-date-input.umd.js"></script>