### Install Air Datepicker with npm Source: https://air-datepicker.com Install the Air Datepicker package using npm. This command adds the package as a project dependency. ```bash npm i air-datepicker -S ``` -------------------------------- ### Initialize Air Datepicker Source: https://air-datepicker.com Import the Air Datepicker library and its CSS, then initialize it on an element. Options can be passed during initialization. ```javascript import AirDatepicker from 'air-datepicker'; import 'air-datepicker/air-datepicker.css'; new AirDatepicker('#my-element'[, options]) ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.