Skip to content

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

 
 
 

Contributors

Languages

  • TypeScript 87.3%
  • HTML 6.3%
  • JavaScript 5.2%
  • Other 1.2%