Co-authored-by: Joren Broekema <Joren.Broekema@ing.com> Co-authored-by: Alex Ghiu <Alex.Ghiu@ing.com> Co-authored-by: Thijs Louisse <Thijs.Louisse@ing.com>
27 lines
457 B
Markdown
27 lines
457 B
Markdown
# 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
|
|
<lion-calendar></lion-calendar>
|
|
```
|