bootstrap 4 link to include file code example
Example 1: bootstrap 4 get started
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
Example 2: bootstrap 4
<div id="date-picker-example" class="md-form md-outline input-with-post-icon datepicker">
<input placeholder="Select date" type="text" id="example" class="form-control">
<label for="example">Try me...</label>
<i class="fas fa-calendar input-prefix" tabindex=0></i>
</div>