lewis-todo-components
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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>
    );
};

Readme

Keywords

none

Package Sidebar

Install

npm i lewis-todo-components

Weekly Downloads

2

Version

1.0.2

License

none

Unpacked Size

141 kB

Total Files

40

Last publish

Collaborators

  • luoshuai9905289