Skip to content

42tte/u-elements

 
 

Repository files navigation

u-elements

HTML tags, just truly accessible.

Open documentation →

Local development

Install dependencies

npm install

Linting

Eslint can be run using the npm lint-script:

npm run lint

Building

To generate production bundles, run the npm build-script

npm run build

This creates a dist-folder in the project root containing all built artefacts

Development

Run the npm start-script to launch a local development-server using Vite:

npm start

Testing

Run the npm test-script to launch a local development-server using Vite:

npm run test

About

Drop in CustomElements replacing native HTML tags. W3C standards compatible and truly accessible.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 87.2%
  • HTML 10.7%
  • Svelte 1.4%
  • Other 0.7%