An open API service indexing awesome lists of open source software.

https://github.com/fpapado/datepicker-2024-exploration

Experimenting with a datepicker using the Popover, CSS anchor positioning, and Temporal APIs.
https://github.com/fpapado/datepicker-2024-exploration

Last synced: 11 months ago
JSON representation

Experimenting with a datepicker using the Popover, CSS anchor positioning, and Temporal APIs.

Awesome Lists containing this project

README

          

# Datepicker experiments

A small workbench to experiment with the Popover API, anchor positioning, and the Temporal API (the replacement for JS Date).

References:

- [Popover API](https://developer.mozilla.org/en-US/docs/Web/API/Popover_API)
- [CSS anchor positioning](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_anchor_positioning)
- [Temporal documentation](https://tc39.es/proposal-temporal/docs/)

## Quick start

You will need node and pnpm. I recommend `nvm` for managing your node versions.

In a command line, run:

```shell
nvm use
corepack enable
pnpm install
pnpm dev
```