@thesis-ui/calendar

0.2.1 • Public • Published

Calendar component - Thesis UI


Installation

$ yarn add @thesis-ui/calendar
$ npm install @thesis-ui/calendar

Usage

import Calendar from '@thesis-ui/calendar';

const [date, setDate] = useState();

<Calendar
  date={date}
  mode="DATE"
  monthsNumber={2}
  onDateChange={setDate}
/>

Package Sidebar

Install

npm i @thesis-ui/calendar

Weekly Downloads

1

Version

0.2.1

License

MIT

Unpacked Size

35.5 kB

Total Files

13

Last publish

Collaborators

  • kovacsgezatamas