halox-calendar-ts
v0.0.1-beta.1
Published
```sh npm install halox-calendar-ts ```
Maintainers
Readme
Vue3 Typescript CALENDAR UI Components Guide
설치
npm install halox-calendar-tsDescription
현재테스트 중입니다. 사용 시 불안정할 수 있습니다.
Usage Example
import 'halox-calendar-ts/dist/halox-calendar-ts.css'
import { vue3CalendarUI, Vue3CalendarData } from 'halox-calendar-ts'Main Components
<div class="title">스케쥴</div>
<vue3CalendarUI
v-model:selectedDay="selectedDay"
lang="Kr"
:showMini="true"
:lunar="true"
:sSchedule="sSchedule"
@scheduleAction="scheduleAction"
/>