{"id":23792370,"url":"https://github.com/henrriusdev/templdais","last_synced_at":"2025-09-06T10:32:41.293Z","repository":{"id":233228204,"uuid":"786317700","full_name":"henrriusdev/templdais","owner":"henrriusdev","description":"Daisy UI Templ Components","archived":false,"fork":false,"pushed_at":"2024-08-25T03:58:13.000Z","size":175,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-30T17:51:10.582Z","etag":null,"topics":["css","daisyui","go","golang","kit","tailwindcss","temp","templ","template","ui","uikit"],"latest_commit_sha":null,"homepage":"","language":"templ","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/henrriusdev.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":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-14T04:39:16.000Z","updated_at":"2024-08-25T03:58:16.000Z","dependencies_parsed_at":"2024-08-25T04:49:48.117Z","dependency_job_id":null,"html_url":"https://github.com/henrriusdev/templdais","commit_stats":null,"previous_names":["hbourgeot/templdais","henrriusdev/templdais"],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henrriusdev%2Ftempldais","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henrriusdev%2Ftempldais/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henrriusdev%2Ftempldais/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henrriusdev%2Ftempldais/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/henrriusdev","download_url":"https://codeload.github.com/henrriusdev/templdais/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232113932,"owners_count":18474522,"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","daisyui","go","golang","kit","tailwindcss","temp","templ","template","ui","uikit"],"created_at":"2025-01-01T18:31:08.628Z","updated_at":"2025-01-01T18:31:09.789Z","avatar_url":"https://github.com/henrriusdev.png","language":"templ","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# TemplDais\n\n[Templ Components](https://github.com/a-h/templ) maded with [Tailwind](https://tailwindcss.com) and [DaisyUI](https://daisyui.com), for easy use.\n\n\n## Badges\n\n![GitHub Tag](https://img.shields.io/github/v/tag/hbourgeot/templdais)\n![GitHub Repo stars](https://img.shields.io/github/stars/hbourgeot/templdais)\n![GitHub commit activity](https://img.shields.io/github/commit-activity/w/hbourgeot/templdais)\n\n\n\n## Features\n\n- Components ready to use.\n- Includes Types as `Links`, `Attributes` and more.\n- Color and size customizable.\n\n\n## Installation\n\nInstall the UI with `go get`\n\n```bash\n  go get github.com/henrriusdev/templdais\n```\n    \n## Demo\n\n```gohtml\n// /path/to/your/file.templ\n\npackage templdais\n\ntempl Page() {\n    \u003cdiv class=\"w-full h-full flex justify-center items-center\"\u003e\n    @Button(\"primary\", \"button\", \"sm\", \"circle\"){\n        This works!\n    }\n}\n```\n\nHere, the arguments are:\n1. The value `primary` is for the **brand color**.\n2. The value `button` is for the **HTML Tag**.\n3. `sm` is the size.\n4. `circle` is the shape of the button, can be `square` or `circle`.\n\n\n\n## Roadmap\n\n[DaisyUI](https://daisyui.com) Components ported to TemplDais:\n\n### Added 2024/04/14\n\n- Button\n- Dropdown\n- Modal\n- Kbd\n- Breadcrumbs\n- Checkbox\n- Radio\n- Accordion\n- Badge\n- Card (responsive card for now)\n\n### Added 2024/04/15\n\n- Table\n- Navbar\n- Pagination\n- Toast\n- File Input\n- Range\n- Select\n- Text input\n- Textarea\n- Code\n\n### Added 2024/04/19\n\n- Alert\n- Divider\n- Menu\n\n### Added 2024/04/27\n\n- Bottom navigation\n- Progress\n- Tooltip\n\nComming soon:\n\n- A Documentation web of *TemplDais* is incoming soon (in development)\n- I've plained to use or create a Icons Kit for *TemplDais*, for now, you must provide the url of the icons (svg)\n\nAnd next (not my priority):\n\n- [ ]  Chat bubble\n- [ ]  Toggle\n- [ ]  Drawer\n- [ ]  Collapse\n- [ ]  Stat\n- [ ]  Avatar\n- [ ]  Advanced pagination\n\nNot implementable (yet):\n\n- Countdown \u0026 Radial Progress (sorry, templ doesn´t allows dynamic style attribute for set `--value` css variable)\n- Tab (it needs a tabs and tabpanel, maybe in a long future I'll work on this)\n- Timeline (for now, it includes many features that I can´t do it myself yet)\n- Indicator (it is a section with a badge... implement yourself)\n\n## Acknowledgements\n\n - [Templ](https://github.com/a-h/templ)\n - [Daisy UI](https://daisyui.com)\n - [Tailwind CSS](https://tailwindcss.com)\n - [Golang](https://go.dev)\n\n\n## Authors\n\n- [@hbourgeot](https://www.github.com/hbourgeot)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenrriusdev%2Ftempldais","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhenrriusdev%2Ftempldais","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenrriusdev%2Ftempldais/lists"}