Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alipajand/bootstrap_calendar

Persian Datepicker in Bootstrap
https://github.com/alipajand/bootstrap_calendar

bootstrap datepicker vue

Last synced: 11 days ago
JSON representation

Persian Datepicker in Bootstrap

Awesome Lists containing this project

README

        

# Persian Calendar
vue js calendar based on vue-bootstrap

## Project setup for development
```
yarn install
yarn run serve
```

### Requirements
- [Bootstrap-Vue](https://bootstrap-vue.js.org/)

### Basic configs
```
import Vue from 'vue';

import 'persian-calendar/src/styles/index.scss';

import CalendarComponent from 'persian-calendar';
Vue.use(CalendarComponent);
```

### Example
```

```