UNPKG

mobile-react-calendar

Version:

[mobile-react-calendar](https://github.com/Li-DaDa/mobile-react-calendar)基于react的移动端日期选择组件,仿携程日历,可选区间日期,也可选一天

5 lines (4 loc) 153 B
import React from 'react' import ReactDOM from 'react-dom' import App from './src/App.jsx' ReactDOM.render(<App />, document.getElementById('root'))