Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/andybyers21/web-components
- Owner: andybyers21
- License: mit
- Created: 2020-07-26T11:16:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-20T13:39:32.000Z (almost 4 years ago)
- Last Synced: 2024-11-16T12:32:18.479Z (3 months 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.![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)