1.0.8 • Published 2 years ago

@stephane1920/ts-datepicker-react v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Date Picker

made-with-node made-with-react made-with-sass GitHub repo size GitHub jest

A simple customizable react datepicker in typescript.
From project 14 OpenClassrooms, react app developer

Projet 14 Openclassroms
Demo

Installation

npm install @stephane1920/ts-datepicker-react
or
yarn add @stephane1920/ts-datepicker-react

Usage Date Picker input

import React from 'react';
import ReactDOM from 'react-dom/client';
import { DatePicker } from '@stephane1920/ts-datepicker-react';

const SomeComponent = () => {
  return (
    <div>
      <DatePicker label='date picker' name='date-picker' />
    </div>
  )
};

Usage Date Picker calendar

import React from 'react';
import ReactDOM from 'react-dom/client';
import { DatePickerCalendar } from '@stephane1920/ts-datepicker-react';

const SomeComponent = () => {
  return (
    <div>
      <DatePickerCalendar />
    </div>
  )
};

Props

LabelTypeRequiredDefault
labelstringyesN/A
namestringyesN/A
errorMessagestringnoN/A
errorbooleannofalse
valuestringno''
langstringno'fr-FR'
yearnumbernocurrent year
monthnumbernocurrent month
daynumbernocurrent day
intervalYearSelectionnumber[]no[current year - 90, current year]
zIndexnumberno999
elevationPickerbooleannofalse
headerPickerColorstringno'#059ECE'
textColorstringno'#DADCE0'
focusColorstringno'#70757A'
errorColorstringno'#059ECE'
borderColorstringno'#EF6C6C'
borderRadiusstringno'5px'
classNamestringnoN/A
onSelectcallback FunctionnoN/A

License

ISC

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.2.13

2 years ago

0.2.12

2 years ago

0.2.10

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago