npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@tiaohsun/vue-datepicker

v1.0.4

Published

A Vue 3 datepicker with multi-calendar support, styled with Tailwind CSS

Readme

@tiaohsun/vue-datepicker

一個功能豐富的 Vue 3 日期選擇器組件,支援多日曆系統並使用 Tailwind CSS 進行樣式設計。

npm version License: MIT Vue 3 TypeScript

中文 | English

✨ 特色功能

  • 🎯 Vue 3 組合式 API - 完全使用 Vue 3 Composition API 開發
  • 📅 多日曆系統支援 - 支援西曆(Gregory)、中華民國曆等
  • 🎨 Tailwind CSS 樣式 - 可完全自訂的現代化 UI
  • 🌍 國際化支援 - 內建多語言支援
  • 📱 響應式設計 - 支援各種螢幕尺寸
  • ⌨️ 鍵盤導航 - 完整的無障礙支援
  • 🔧 TypeScript - 完整的類型定義
  • 📦 輕量化 - 樹搖優化,按需載入
  • 📝 格式化 - 支援多種資料輸入、輸出
  • 📚 完整 API 文檔 - 詳細的 API 文檔、使用範例和配置選項

📦 快速安裝

npm install @tiaohsun/vue-datepicker
pnpm add @tiaohsun/vue-datepicker
yarn add @tiaohsun/vue-datepicker

🚀 基本使用

<template>
  <DatePicker v-model="selectedDate" />
</template>

<script setup lang="ts">
import { ref } from 'vue'
import { DatePicker } from '@tiaohsun/vue-datepicker'
import '@tiaohsun/vue-datepicker/style'

const selectedDate = ref('')
</script>

📚 完整文檔

詳細的 API 文檔、使用範例和配置選項請參考:

📖 查看完整文檔

🌍 支援的語言

繁體中文 • 簡體中文 • English • 日本語 • 한국어

🛠 開發環境

  • Node.js >= 18
  • Vue 3.4+
  • TypeScript 5.x+
  • Tailwind CSS 4.x+

📄 授權

本專案使用 MIT 授權。

👨‍💻 作者

tiaohsun - GitHub

📊 相關連結


如果這個專案對您有幫助,請給個 ⭐️ 支持一下!