0.0.7 • Published 2 years ago

react-custom-ui-datepicker v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago
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

0.0.7

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago