Theming
The plugin can work with any CSS framework. The reason for this is that it uses his own CSS file, which integrates good with Bootstrap. For using with Bootstrap it is needed to set at minimum the form-control class. Any other classes can be used.
<div class="row mb-3 g-3">
<div class="col-md-4">
<label for="startDate" class="form-label">Date</label>
<input id="startDate" name="startDate" size="20" type="text" class="form-control" placeholder="Select Date"/>
</div>
</div>
It is possible to change the appearance of the date-time picker. For this purpose it needed to edit air-datepicker.css.