1.0.2 • Published 3 years ago
lewis-todo-components v1.0.2
Lewis Luo
Getting Started
文档预览地址:https://luoshuai990529.github.io/react-todo-component/
$ npm i lewis-todo-components
or
$ yarn add lewis-todo-components
使用
import React, { useState } from 'react';
import { DatePicker } from 'lewis-todo-components';
export default () => {
return (
<div>
<DatePicker onSave={saveDateHandle} />
</div>
);
};
1.0.2
3 years ago