@geekcojp/react-input-flatpickr
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

react-input-flatpickr

code style: prettier CircleCI

Usage

yarn add @geekcojp/react-input-flatpickr

Props

export interface InputFlatpickrProps extends flatpickr.Options.Options {
  theme?:
    | 'dark'
    | 'material_blue'
    | 'material_green'
    | 'material_orange'
    | 'material_red'
    | 'airbnb'
    | 'confetti';
  value?: string;
  placeholder?: string;
  inputName?: string;
  inputReadonly?: boolean;
  disabled?: boolean;
  handleInputBlur?(data: {
    input: HTMLInputElement;
    value: string;
  }): void | Promise<void>;
  handleInputChange?(data: {
    input: HTMLInputElement;
    value: string;
  }): void | Promise<void>;
}

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.15latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.15
0.1.00
0.0.150
0.0.140
0.0.130
0.0.120
0.0.110
0.0.100
0.0.90
0.0.80
0.0.70
0.0.60
0.0.50
0.0.40
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i @geekcojp/react-input-flatpickr

Weekly Downloads

5

Version

0.1.1

License

MIT

Unpacked Size

13.5 kB

Total Files

10

Last publish

Collaborators

  • wwk563388548
  • randy39
  • skawadu
  • geek_hfukasaka
  • nju33
  • yamanoku