react-custom-ui-datepicker
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published
npm i react-custom-ui-datepicker

or

yarn add react-custom-ui-datepicker

Basic Usage

import { useState } from 'react';
import { Datepicker } from 'react-custom-ui-datepicker';

const Example = () => {
  const [date, setDate] = useState(null);

  return <Datepicker onChangeDate={setDate} date={date} />;
};

export default Example;

For more details access our homepage here

Package Sidebar

Install

npm i react-custom-ui-datepicker

Weekly Downloads

6

Version

0.0.7

License

MIT

Unpacked Size

275 kB

Total Files

28

Last publish

Collaborators

  • herbertjacby