{"id":22879075,"url":"https://github.com/workbunny/bunny-ui","last_synced_at":"2025-07-26T00:38:42.555Z","repository":{"id":266794744,"uuid":"899375785","full_name":"workbunny/bunny-ui","owner":"workbunny","description":"🐇一套 HTMX 开发模式的 Web UI 组件库，易上手，可以更简单快速地构建网页界面。","archived":false,"fork":false,"pushed_at":"2025-04-14T01:59:49.000Z","size":961,"stargazers_count":14,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-14T19:51:48.056Z","etag":null,"topics":["css","htmx","htmx-extension","javascript"],"latest_commit_sha":null,"homepage":"http://bnyui.kllxs.top/","language":"JavaScript","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/workbunny.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"support/Request.php","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-06T06:19:53.000Z","updated_at":"2025-04-14T01:59:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"deb37332-4dd6-49ee-936d-5b38325de2ac","html_url":"https://github.com/workbunny/bunny-ui","commit_stats":null,"previous_names":["workbunny/bunny-ui"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/workbunny/bunny-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workbunny%2Fbunny-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workbunny%2Fbunny-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workbunny%2Fbunny-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workbunny%2Fbunny-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/workbunny","download_url":"https://codeload.github.com/workbunny/bunny-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workbunny%2Fbunny-ui/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260769460,"owners_count":23060105,"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","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":["css","htmx","htmx-extension","javascript"],"created_at":"2024-12-13T16:37:13.819Z","updated_at":"2025-06-19T14:34:48.130Z","avatar_url":"https://github.com/workbunny.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg width=\"260px\" src=\"https://chaz6chez.cn/images/workbunny-logo.png\" alt=\"workbunny\"\u003e\u003c/p\u003e\n\n**\u003cp align=\"center\"\u003eworkbunny/bunny-ui\u003c/p\u003e**\n\n**\u003cp align=\"center\"\u003e🐇 HTMX 拓展 Web UI 组件库. 🐇\u003c/p\u003e**\n\n# [Bunny-UI](https://workbunny.github.io/bunny-ui/)\n\n🐇 HTMX 拓展 Web UI 组件库\n\n\u003cp\u003e\n  \u003ca href=\"https://github.com/workbunny/bunny-ui/LICENSE\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-MIT-blue\" alt=\"License\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/workbunny/bunny-ui/releases\"\u003e\n    \u003cimg src=\"https://badgen.net/github/release/workbunny/bunny-ui\" alt=\"Version\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e 一套 HTMX 开发模式的 Web UI 组件库，使用 AJAX、CSS 过渡、WebSockets 和 服务器推送事件，通过 属性 构建 现代用户界面，结合 简单性 和 超文本的强大功能。\n\n## 快速上手\n\n使用 bunny-ui 只需在页面中引入核心文件即可。\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"zh-cn\"\u003e\n\u003chead\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eQuick Start - Bunny-ui\u003c/title\u003e\n    \u003c!-- bunny-ui 核心文件 --\u003e\n    \u003clink href=\"./bunny/iconfont/iconfont.css\" rel=\"stylesheet\" /\u003e\n    \u003cscript src=\"./bunny/bunny.js\"\u003e\u003c/script\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n    \u003c!-- Welcome to Bunny-ui --\u003e\n    \u003cbutton class=\"bny-btn\" onclick=\"bunny.msg({text:'Hello World'})\"\u003eClick me\u003c/button\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n```\n\n## 文档\n\n[HTMX-DOC](https://htmx.docs-hub.com/)\n\n[BUNNYUI-DOC](http://bnyui.kllxs.top/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkbunny%2Fbunny-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkbunny%2Fbunny-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkbunny%2Fbunny-ui/lists"}