{"id":47311251,"url":"https://github.com/evilmarty/daisy_components","last_synced_at":"2026-03-17T11:30:42.245Z","repository":{"id":333150889,"uuid":"1127556190","full_name":"evilmarty/daisy_components","owner":"evilmarty","description":"Daisy UI components built with Phoenix LiveView.","archived":false,"fork":false,"pushed_at":"2026-03-01T21:48:40.000Z","size":38,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-05T05:05:09.582Z","etag":null,"topics":["components","daisy-ui","daisyui","elixir","elixir-lang","elixir-phoenix"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/evilmarty.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-04T05:58:39.000Z","updated_at":"2026-01-21T10:07:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/evilmarty/daisy_components","commit_stats":null,"previous_names":["evilmarty/daisy_components"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/evilmarty/daisy_components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilmarty%2Fdaisy_components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilmarty%2Fdaisy_components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilmarty%2Fdaisy_components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilmarty%2Fdaisy_components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evilmarty","download_url":"https://codeload.github.com/evilmarty/daisy_components/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evilmarty%2Fdaisy_components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30622688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T11:26:08.186Z","status":"ssl_error","status_checked_at":"2026-03-17T11:24:37.311Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["components","daisy-ui","daisyui","elixir","elixir-lang","elixir-phoenix"],"created_at":"2026-03-17T11:30:40.341Z","updated_at":"2026-03-17T11:30:42.240Z","avatar_url":"https://github.com/evilmarty.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Daisy Components\n\n[Daisy UI](https://daisyui.com) components built with Phoenix LiveView.\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `daisy_components` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:daisy_components, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\nUpdate Tailwind CSS to include Daisy Components styles by adding the following line to your `app.css`:\n\n```css\n@plugin \"daisyui\";\n@source \"../../deps/daisy_components/**/*.ex\";\n```\n\nIf you are using `tailwind.config.js`, make sure to include the Daisy Components path:\n\n```js\nmodule.exports = {\n  content: [\n    //...\n    \"../../deps/daisy_components/**/*.ex\" // \u003c- reference DaisyComponents as content path\n  ],\n  //...\n  plugins: [\n    //...\n    require(\"daisyui\")  \u003c- // add DaisyUI plugin\n    //...\n  ]\n}\n```\n\nAdd `DaisyComponents` to your helpers to access in your templates:\n\n```elixir\ndefp html_helpers do\n  quote do\n    #...\n    import DaisyComponents\n  end\nend\n```\n\nInclude it in your `CoreComponents` or equivalent module:\n\n```elixir\ndefmodule MyAppWeb.CoreComponents do\n  use Phoenix.Component\n  import DaisyComponents\n  #...\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at \u003chttps://hexdocs.pm/daisy_components\u003e.\n\n## TODO\n\n[ ] Add all components from Daisy UI.\n[ ] Setup Storybook for LiveView.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilmarty%2Fdaisy_components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevilmarty%2Fdaisy_components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevilmarty%2Fdaisy_components/lists"}