New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

@geekcojp/react-input-flatpickr

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geekcojp/react-input-flatpickr

## Usage

0.0.9
Version published
Weekly downloads
24
100%
Maintainers
2
Weekly downloads
 
Created

react-input-flatpickr

Usage

yarn add @geekcojp/react-input-flatpickr

Props

  • theme?: 'dark' | 'material_blue' | 'material_green' | 'material_orange' | 'material_red' | 'airbnb' | 'confetti'
  • value?: string
  • placeholder?: string
  • handleInputBlur?: (data: {target: HTMLInputElement; value: string}): void | Promise<void>
  • handleInputChange?: (data: {target: HTMLInputElement; value: string}): void | Promise<void>

FAQs

Package last updated on 30 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts