modsen-datepicker-by-vlad-k
TypeScript icon, indicating that this package has built-in type declarations

0.0.11 • Public • Published

Simple and small DatePicker

(possibly with bugs 🐞)

it is a preview:

DatePicker

it is some example:

import { DatePicker } from 'modsen-datepicker-by-vlad-k';
import React, { useState } from 'react';

function ExamplePage() {
  const [value, setValue] = useState<Date | null>(null);

  return (
    <section>
      <DatePicker singleValue={value} onSingleChange={(e) => setValue(e)} />
    </section>
  );
}

export { ExamplePage };

p.s. oh yeah, it's for React

Readme

Keywords

none

Package Sidebar

Install

npm i modsen-datepicker-by-vlad-k

Weekly Downloads

0

Version

0.0.11

License

ISC

Unpacked Size

190 kB

Total Files

126

Last publish

Collaborators

  • qrvck_