{"id":16658547,"url":"https://github.com/mveytsman/heroicons_elixir","last_synced_at":"2025-04-05T01:03:11.681Z","repository":{"id":40411491,"uuid":"344283993","full_name":"mveytsman/heroicons_elixir","owner":"mveytsman","description":"Phoenix components for Heroicons! 🛡️","archived":false,"fork":false,"pushed_at":"2024-03-18T12:59:46.000Z","size":1822,"stargazers_count":115,"open_issues_count":1,"forks_count":27,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-04-14T05:51:50.683Z","etag":null,"topics":["elixir","phoenix-liveview"],"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/mveytsman.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-03-03T22:42:56.000Z","updated_at":"2024-06-18T16:59:50.101Z","dependencies_parsed_at":"2024-06-18T16:59:42.348Z","dependency_job_id":"0bd6c676-db9e-4469-829c-ae7f9a9e5546","html_url":"https://github.com/mveytsman/heroicons_elixir","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mveytsman%2Fheroicons_elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mveytsman%2Fheroicons_elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mveytsman%2Fheroicons_elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mveytsman%2Fheroicons_elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mveytsman","download_url":"https://codeload.github.com/mveytsman/heroicons_elixir/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247271514,"owners_count":20911587,"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":["elixir","phoenix-liveview"],"created_at":"2024-10-12T10:05:54.200Z","updated_at":"2025-04-05T01:03:11.652Z","avatar_url":"https://github.com/mveytsman.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Heroicons\n\n[Heroicons](https://heroicons.com) are \"a set of free MIT-licensed high-quality SVG icons for you to use in your web projects\". This package gives you Elixir functions to drop Heroicons into your HTML, styled with arbitrary classes.\n\nThis library provides optimized svgs for each Heroicon packaged as a Phoenix Component.\n\nHeroicons are designed by [Steve Schoger](https://twitter.com/steveschoger)\n\nCurrent Heroicons Version: **2.1.5**.\n\n## Installation\n\nAdd Heroicons to your `mix.exs`:\n\n```elixir\ndefp deps do\n  [\n    {:heroicons, \"~\u003e 0.5.5\"}\n  ]\nend\n```\n\nAfter that, run `mix deps.get`.\n\n## Usage\n\nThe components are provided by the `Heroicons` module. Each icon is a Phoenix Component you can use in your HEEx templates.\n\nBy default, the icon components will use the outline style, but the `solid`,\n`mini` or `micro` attributes may be passed to select styling, for example:\n\n```eex\n\u003cHeroicons.cake /\u003e\n\u003cHeroicons.cake solid /\u003e\n\u003cHeroicons.cake mini /\u003e\n\u003cHeroicons.cake micro /\u003e\n```\n\nYou can also pass arbitrary HTML attributes to the components, such as classes:\n\n```eex\n\u003cHeroicons.cake class=\"w-2 h-2\" /\u003e\n\u003cHeroicons.cake solid class=\"w-2 h-2 text-gray-500\" /\u003e\n```\n\nFor a full list of icons see [the docs](https://hexdocs.pm/heroicons/api-reference.html) or [heroicons.com](https://heroicons.com/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmveytsman%2Fheroicons_elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmveytsman%2Fheroicons_elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmveytsman%2Fheroicons_elixir/lists"}