月份选择器
支持选择月份与年份的日期选择组件。
使用方式
import { MonthDatepicker } from "@chaos-design/month-datepicker";在 shadcn/ui 中使用
- 安装依赖
npm install @chaos-design/month-datepicker- 在组件中使用
import { MonthDatepicker } from "@chaos-design/month-datepicker";
export default function Demo() {
return <MonthDatepicker />;
}