25 lines
416 B
Markdown
25 lines
416 B
Markdown
# Calendar
|
|
|
|
`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
|
|
<lion-calendar></lion-calendar>
|
|
```
|