Skip to content

mortenkjelling/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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.0%
  • HTML 11.3%
  • Other 1.7%