{"id":30134598,"url":"https://github.com/natuworkguy/ultrahtml","last_synced_at":"2026-02-09T18:32:45.699Z","repository":{"id":304747059,"uuid":"1019816409","full_name":"Natuworkguy/UltraHTML","owner":"Natuworkguy","description":"Ultra-light UI library for beautiful buttons, tabs, popups, and more – no frameworks, just vibes (and CSS + JS).","archived":false,"fork":false,"pushed_at":"2025-07-25T18:36:03.000Z","size":127,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-26T01:22:27.757Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://natuworkguy.github.io/UltraHTML/demo/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Natuworkguy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-14T23:30:29.000Z","updated_at":"2025-07-25T18:36:06.000Z","dependencies_parsed_at":"2025-07-15T03:52:01.053Z","dependency_job_id":null,"html_url":"https://github.com/Natuworkguy/UltraHTML","commit_stats":null,"previous_names":["natuworkguy/ultrahtml"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Natuworkguy/UltraHTML","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Natuworkguy%2FUltraHTML","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Natuworkguy%2FUltraHTML/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Natuworkguy%2FUltraHTML/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Natuworkguy%2FUltraHTML/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Natuworkguy","download_url":"https://codeload.github.com/Natuworkguy/UltraHTML/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Natuworkguy%2FUltraHTML/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269790008,"owners_count":24476186,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-10T21:17:38.275Z","updated_at":"2026-02-09T18:32:45.662Z","avatar_url":"https://github.com/Natuworkguy.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌐 UltraHTML\n![MIT License](https://img.shields.io/badge/license-MIT-green)\n![GitHub stars](https://img.shields.io/github/stars/Natuworkguy/UltraHTML)\n![GitHub issues](https://img.shields.io/github/issues/Natuworkguy/UltraHTML)\n![GitHub last commit](https://img.shields.io/github/last-commit/Natuworkguy/UltraHTML)\n\n**Ultra-light UI library for beautiful buttons, tabs, chips, popups, dropdowns, switches, and more — inspired by Materialize CSS, built from scratch.**\n\n\u003e ⚡ Designed for speed.  \n\u003e 🎨 Styled with love.  \n\u003e 💾 Zero dependencies.\n\n---\n\n## 🚀 Getting Started\n\n### 1. Add UltraHTML to Your Project\n\n```bash\ngit clone https://github.com/Natuworkguy/UltraHTML.git\n````\n\nThen include the files:\n\n```html\n\u003clink rel=\"stylesheet\" href=\"dist/ultra.css\"\u003e\n\u003cscript src=\"dist/ultra.js\" onload=\"Ultra.init()\"\u003e\u003c/script\u003e\n```\n---\n\n### 2. Use the Components\n\nHere’s a quick taste of what UltraHTML gives you:\n\n```html\n\u003csection class=\"ultra-section ultra-section-ul cover-only ctr-ul\"\u003e\n  Hello, UltraHTML World!\n  \u003cbutton class=\"ultra-button button-wave\"\u003eClick Me\u003c/button\u003e\n\u003c/section\u003e\n\n\u003cdiv class=\"ultra-chip\"\u003eI'm a chip\u003c/div\u003e\n```\n\n---\n\n## ✨ Features\n\n* 💥 **Wave Button Effects**\n* 📑 **Tabbed Navigation**\n* 🎯 **Chips w/ Click-to-Dismiss**\n* 💬 **Popup Toast Messages**\n* 📱 **Responsive Design (Mobile-First)**\n* 🎨 **Fully Customizable via CSS Variables**\n\n---\n\n## 🧪 Demo\n\nClick [here](https://natuworkguy.github.io/UltraHTML/demo/) to view the demo.\n\n---\n\n## 🧠 Why UltraHTML?\n\n* No frameworks, no nonsense.\n* Plug-and-play components.\n* Built with performance and developer joy in mind.\n* You can read the whole code in one sitting. And *understand* it.\n\n---\n\n## 🙌 Inspired By\n\nUltraHTML is proudly inspired by the visual beauty and simplicity of [Materialize CSS](https://materializecss.com/).\nWe're taking that same vibe — clean UI, intuitive interactions — and boiling it down to **pure CSS + JS**, no frameworks required.\n\n---\n\n## 📂 File Structure\n\n```\nUltraHTML/\n├── dist/        # Ready-to-use CSS and JS files (not minified)\n├── demo/        # Demo page\n├── docs/        # Documentation\n├── LICENSE\n├── how_to_use.md\n└── README.md\n```\n\n---\n\n## 🔧 Customization\n\nAll key styles are controlled with CSS variables. Example:\n\n```css\n:root {\n  --btn-default-color: #0bf00b;\n\n  --tab-default-color: #2196f3;\n\n  --chip-color: lightgrey;\n}\n```\n\n---\n\n## 📜 License\n\nUltraHTML is licensed under the [MIT License](LICENSE).\n\n---\n\n## 🧑‍💻 Author\n\nMade with ❤️ by **[Natuworkguy](https://github.com/Natuworkguy)**\n\n\u003e *“The UI game needs more love. I’m just here to make it pretty.”*\n\n---\n\n## 🤝 Contributing\n\nWanna add new components, fix bugs, or expand features? Go wild. PRs welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatuworkguy%2Fultrahtml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnatuworkguy%2Fultrahtml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatuworkguy%2Fultrahtml/lists"}