Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andybyers21/web-components

Some simple web components that I built which may become handy in the future.
https://github.com/andybyers21/web-components

dark-mode form-validation javascript material-ui

Last synced: 15 days ago
JSON representation

Some simple web components that I built which may become handy in the future.

Awesome Lists containing this project

README

        

# Web Components

Some simple web components that I built which may become handy in the future.

---

## HTML Form Validation

A simple sign-up form to demonstrate client-side form validation using JavaScript.

Using [zxcvbn](https://github.com/dropbox/zxcvbn) to calculate password
strength.

![HTML Form Validation Screenshot](/screenshots/htmlform.png)

---

## Dark Mode

Experimenting in JavaScript with a toggleable dark mode implementation, set
based on system UI, using CSS variables.

![Dark mode screenshot](/screenshots/dark-mode.png)