persian-calendar
v1.1.11
Published
persian calendar project
Readme
Persian Calendar
vue js calendar based on vue-bootstrap
Project setup for development
yarn install
yarn run serveRequirements
Basic configs
import Vue from 'vue';
import 'persian-calendar/src/styles/index.scss';
import CalendarComponent from 'persian-calendar';
Vue.use(CalendarComponent);Example
<calendar-component v-bind:inputShowTime="false"
v-bind:input-show-placeholder="false"
v-bind:inputShowFooterButtons="false"
v-bind:inputPrimaryColor="'#17a2b8'"
v-bind:inputShowIcons="false">
</calendar-component>