Description
Provides ARIA attributes for Lucid templates.
README.md
Lucid ARIA
Provides ARIA attributes that can be used to add accessibility annotations to Lucid templates.
The Haskell code was manually generated by creating a Lucid attribute for each attribute listed in the WAI-ARIA Attributes XML Schema Module.
Development
The intended development flow is to use a Nix Flake development shell, e.g., using Direnv or directly running
$ nix develop .
…
This will help set up a shell containing the necessary development dependencies. This shell will also be populated with utilities that can be run directly in the terminal:
p-format
– formats the project's Cabal, Haskell, and Nix code.