richardschoen / webcomponents

WebComponents for Bootstrap 5

Home Page:https://webcomponents.greenscreens.ltd/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebComponents.

License: MIT

Green Screens WebComponents are small, Web UI components library based on Bootstrap (5.2.0.+) CSS, built with vanilla JavaScript without other dependencies.

The library code is made with ECMAScript 2022 (ES13) standard using static class initializers and other modern browser features.

NOTE 1: Safari browser v16.5 is not fully supported. ECMAScript 2022 (ES13) static class initializers are not available in Safari.

NOTE 2: Firefox currently does not support HTMLElement.computedStyleMap(). Features as automatic field text case conversion and keyboard accessibility navigation are not supported.

Clone a repo and use the web server to point to the repo root directory, then access demos at http://localhost/demos to learn how to use the components.

Live version is available at the Github Pages

Project web page at webcomponents.greenscreens.ltd.

To compile, use "rollup -c"

© Green Screens Ltd. 2016 - 2023

About

WebComponents for Bootstrap 5

https://webcomponents.greenscreens.ltd/

License:MIT License


Languages

Language:JavaScript 77.4%Language:CSS 22.6%