kpyszkowski / Nardo-Primitives

Library of React primitive components
MIT License
0 stars 0 forks source link

Calendar component #3

Open kpyszkowski opened 1 year ago

kpyszkowski commented 1 year ago

Overview:

Calendar component with month switching

6

Structure schema:

Image

Features

kpyszkowski commented 1 year ago

To do:

Chores:

kpyszkowski commented 1 year ago

Accessibility notes:

Keyboard support

- struggling with problem of last day element index predicting (focus candidate) - it's impossible to know the number elements before they are rendered - possible fix: use memoized daysData to calculate index of first and last day elements

Semantics