@serhatkaya/daypicker-vue
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

DayPicker Component

npm install @serhatkaya/daypicker-vue

App bootstrap

import './assets/main.css';
import { SkDayPickerLib } from '@serhatkaya/daypicker-vue';

import { createApp } from 'vue';
import App from './App.vue';

createApp(App).use(SkDayPickerLib).mount('#app');

Usage

<script setup lang="ts">
import { SkDaypicker } from '@serhatkaya/daypicker-vue';
</script>

<template>
  <SkDaypicker :currentMonth="true" :quickSwipeEnabled="true" />
</template>

See main documentation for events & properties.

Package Sidebar

Install

npm i @serhatkaya/daypicker-vue

Weekly Downloads

6

Version

1.0.1

License

ISC

Unpacked Size

13.8 kB

Total Files

14

Last publish

Collaborators

  • serhatkaya