1.1.2 • Published 1 year ago

wtw-accessible-react-datepicker v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

WTW-Accessible-React-Datepicker

WTW-Accessible-React-Datepicker is a datepicker that shows 2 calendars at the time, keeping the accessibility as a focus, following the WAI standards ( https://www.w3.org/TR/wai-aria-practices/examples/dialog-modal/datepicker-dialog.html ).

Installation

yarn add wtw-accessible-react-datepicker

or

npm install wtw-accessible-react-datepicker

Usage

import React from "react";
import { Datepicker, useToggle } from "wtw-accessible-react-datepicker";

const DatePickerContainer = () => {
  const [open, toggle] = useToggle()

  return (
      <Datepicker
        isOpen={open}
        handleToggle={toggle}  
        dateSelector={dateSelector}
        onChange={(newValue) => console.log(newValue)}
      />
  );
};

How to contribute

  • Create a branch
  • Make your changes
  • Commit your changes
  • Run npm version patch or npm version minor or npm version major depending on the change
  • Push that version change
  • Open a PR and merge it
  • Create a new release on Github using a tag with the version that you pushed with the prefix 'v' and press the 'Generate release notes'
1.1.1

1 year ago

1.0.2

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago

1.0.0-beta-1

1 year ago

1.1.2

1 year ago

1.0.3

1 year ago

1.0.1-beta

1 year ago

0.5.10

1 year ago

0.5.8

2 years ago

0.5.9

2 years ago

0.5.7

2 years ago

0.5.6

2 years ago

0.5.4

2 years ago

0.5.5

2 years ago

0.5.3

2 years ago

0.5.0

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.4.1

3 years ago

0.4.2

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.3

3 years ago

0.2.4

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago