{"id":29154044,"url":"https://github.com/shipclojure/replicant-daisyui","last_synced_at":"2025-07-01T02:04:23.691Z","repository":{"id":300732876,"uuid":"1006963334","full_name":"shipclojure/replicant-daisyui","owner":"shipclojure","description":"Hiccup wrappers over daisyui","archived":false,"fork":false,"pushed_at":"2025-06-23T10:11:30.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-23T10:26:13.048Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shipclojure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-06-23T08:59:23.000Z","updated_at":"2025-06-23T10:11:34.000Z","dependencies_parsed_at":"2025-06-23T10:36:44.402Z","dependency_job_id":null,"html_url":"https://github.com/shipclojure/replicant-daisyui","commit_stats":null,"previous_names":["shipclojure/daisyui-hiccup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shipclojure/replicant-daisyui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipclojure%2Freplicant-daisyui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipclojure%2Freplicant-daisyui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipclojure%2Freplicant-daisyui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipclojure%2Freplicant-daisyui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shipclojure","download_url":"https://codeload.github.com/shipclojure/replicant-daisyui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shipclojure%2Freplicant-daisyui/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262881868,"owners_count":23378929,"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":[],"created_at":"2025-07-01T02:04:22.902Z","updated_at":"2025-07-01T02:04:23.597Z","avatar_url":"https://github.com/shipclojure.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Replicant DaisyUI\n\nA comprehensive ClojureScript component library providing Replicant wrapper components around DaisyUI CSS framework. This library provides accessible component wrappers over daisyui css classes\n\n## Examples\n\n```clojure\n(ns example\n  (:require\n   [daisyui.core :as ui]))\n\n[::ui/button {::ui/color ::ui/primary}\n    \"Hello world\"\n    [::ui/badge \"+99 messages\"]]\n    \n[::ui/dropdown {::ui/alignment ::ui/end}\n  [::ui/dropdown-trigger.btn.btn-ghost.rounded-field \"Dropdown\"]\n  [::ui/dropdown-menu.mt-4.bg-base-200\n    [::ui/dropdown-item [:a \"Item 1\"]]\n    [::ui/dropdown-item [:a \"Item 2\"]]]]\n```\n\n## Pre-reqs \n\n1. Tailwind 4 \u0026 daisyUI 5 configured in your project\n\n## Quick Start\n\n1. Add to deps.edn\n```\ncom.shipclojure/replicant-daisyui {:git/url \"https://github.com/shipclojure/daisyui-hiccup\"\n                                   :git/sha \"d848d7d233573754998fde9a157f723af2f47128\"}\n\n```\n\n2. Tell tailwind about `replicant-daisyui` sources for CSS JIT compiler \n\nIn your `main.css` (or whatever name you use for the tailwind config file)\n```css\n@import \"tailwindcss\";\n@plugin \"daisyui\";\n\n/* If downloading as a gitlib */\n@source \"../relative/path/to/home/.gitlibs/libs/com.shipclojure/replicant-daisyui/{commit-sha}/src\";\n```\n\n\u003e Note: This is very clunky but required if you want the JIT compiler to pick up classes needed\n\n\n## Portfolio examples\n\nThere are portfolio examples for all of the implemented components. Steps to view portfolio components: \n\n```sh\n# 1. Clone the repo\n\ncd replicant-daisyui\n\nnpm i # install npm deps\n\nnpm run shadow:watch # watch portfolio\n\n# Visit localhost:8080 to see the examples\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshipclojure%2Freplicant-daisyui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshipclojure%2Freplicant-daisyui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshipclojure%2Freplicant-daisyui/lists"}