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: 9 months ago
JSON representation
Some simple web components that I built which may become handy in the future.
- Host: GitHub
- URL: https://github.com/andybyers21/web-components
- Owner: andybyers21
- License: mit
- Created: 2020-07-26T11:16:51.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-02-20T13:39:32.000Z (over 5 years ago)
- Last Synced: 2025-01-17T05:41:58.237Z (over 1 year ago)
- Topics: dark-mode, form-validation, javascript, material-ui
- Language: HTML
- Homepage:
- Size: 416 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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