0.0.7 • Published 1 year ago

react-custom-ui-datepicker v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.6

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago