{"id":16139322,"url":"https://github.com/jsmestad/boxicons_elixir","last_synced_at":"2025-08-21T22:18:18.891Z","repository":{"id":59916559,"uuid":"540058681","full_name":"jsmestad/boxicons_elixir","owner":"jsmestad","description":"Use Boxicons inside HEEx and Phoenix Components","archived":false,"fork":false,"pushed_at":"2022-12-21T18:03:32.000Z","size":367,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-24T18:41:11.285Z","etag":null,"topics":["boxicons","elixir","icons","liveview","phoenix"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/boxicons","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsmestad.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-22T15:55:02.000Z","updated_at":"2023-07-06T00:52:59.000Z","dependencies_parsed_at":"2023-01-30T04:30:32.285Z","dependency_job_id":null,"html_url":"https://github.com/jsmestad/boxicons_elixir","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmestad%2Fboxicons_elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmestad%2Fboxicons_elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmestad%2Fboxicons_elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmestad%2Fboxicons_elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsmestad","download_url":"https://codeload.github.com/jsmestad/boxicons_elixir/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244259915,"owners_count":20424635,"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":["boxicons","elixir","icons","liveview","phoenix"],"created_at":"2024-10-09T23:48:28.695Z","updated_at":"2025-03-18T16:31:08.211Z","avatar_url":"https://github.com/jsmestad.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Boxicons\n\n[Boxicons](https://boxicons.com) are \"simple open source icons carefully crafted for designers \u0026 developers\". This package gives you Elixir functions to drop Boxicons into your HTML, styled with arbitrary classes.\n\nThis library provides optimized svgs for regular and solid Boxicons packaged as a Phoenix Component.\n\n## Installation\n\nThe package can be installed by adding `boxicons` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:boxicons, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\nAfter that run `mix deps.get`\n\n## Usage\n\nThe components are provided by the `Boxicons` module. Each icon is a Phoenix Component you can use in your HEEx templates.\n\nFor icons with both a `regular` and `solid` variant, the regular style is used:\n\n```eex\n\u003cBoxicons.sushi /\u003e\n```\n\nYou can select the solid variant by passing a flag:\n\n```eex\n\u003cBoxicons.sushi solid /\u003e\n```\n\nYou can also provide arbitrary HTML attributes to the svg tag, such as classes:\n\n```eex\n\u003cBoxicons.sushi class=\"w-6 h-6 text-gray-500\" /\u003e\n```\n\nFor a full list of icons see [the docs](https://hexdocs.pm/boxicons/api-reference.html) or [boxicons.com](https://boxicons.com/).\n\n## Credits\n\nThis project is inspired by the [heroicons_elixir](https://github.com/mveytsman/heroicons_elixir) library.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsmestad%2Fboxicons_elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsmestad%2Fboxicons_elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsmestad%2Fboxicons_elixir/lists"}