# Calendar [//]: # 'AUTO INSERT HEADER PREPUBLISH' `lion-calendar` is a reusable and accessible calendar view. ## Live Demo/Documentation > See our [storybook](http://lion-web-components.netlify.com/?path=/docs/calendar-standalone) for a live demo and API documentation ## How to use ### Installation ```sh npm i --save @lion/calendar ``` ```js import '@lion/calendar/lion-calendar.js'; ``` ### Example ```html ```