@hackage / lucid-aria

Provides ARIA attributes for Lucid templates

Latest0.1.0.1

About

Metadata

  • Last updated , by RobertHelgesson
  • License Apache-2.0
  • Categories Web Development
  • Maintained by: robert@rycee.net

  • Lottery factor: 0

Links

Installation

Readme

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.

License

Apache License 2.0