1.0.0 • Published 5 years ago

p-date-range-picker v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

✨ Description

日期范围选择器,自定义快捷查询范围,默认支持标签:今天,昨天,过去 7 天,过去 30 天,过去 60 天,过去 90 天,过去 120 天。

📦 Install

npm install @pineal.ai/date-range-picker -D

🔨 Usage

import { DateRangePicker } from "@pineal.ai/date-range-picker";

const App = () => (
  <>
    <DateRangePicker
      getDate={(dates, dateStrings) => {
        //获取开始时间、结束时间(dates为moment类型,dateStrings为日期格式字符串)
      }}
    />
  </>
);
1.0.0

5 years ago