https://github.com/weavejester/dewdrop
Web UI framework
https://github.com/weavejester/dewdrop
Last synced: 5 months ago
JSON representation
Web UI framework
- Host: GitHub
- URL: https://github.com/weavejester/dewdrop
- Owner: weavejester
- Created: 2010-06-10T00:02:38.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-06-10T00:03:01.000Z (about 16 years ago)
- Last Synced: 2025-07-07T22:38:22.725Z (11 months ago)
- Homepage:
- Size: 89.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dewdrop UI
==========
This is the beginning of a project to develop a useful and elegant UI
framework for web applications.
Unlike some UI frameworks that seek to replace HTML with Javascript API
calls, Dewdrop is designed around idiomatic HTML and CSS. Javascript will
be used to enhance the UI, but not to define it. Dewdrop will degrade
gracefully, so that even if you turn off Javascript and CSS, you will
still be able to use the underlying web application.
At least, that's what Dewdrop will be eventually. Currently it's in the
earliest stages of development, and is not usable by any standard.