{"id":32164020,"url":"https://github.com/timetask/boxicons-heex","last_synced_at":"2026-02-20T00:31:48.705Z","repository":{"id":57480579,"uuid":"436749553","full_name":"timetask/boxicons-heex","owner":"timetask","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-24T04:15:38.000Z","size":3814,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-02T02:32:48.160Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/timetask.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}},"created_at":"2021-12-09T20:17:01.000Z","updated_at":"2022-09-24T04:06:32.000Z","dependencies_parsed_at":"2022-09-26T17:41:17.267Z","dependency_job_id":null,"html_url":"https://github.com/timetask/boxicons-heex","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/timetask/boxicons-heex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timetask%2Fboxicons-heex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timetask%2Fboxicons-heex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timetask%2Fboxicons-heex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timetask%2Fboxicons-heex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timetask","download_url":"https://codeload.github.com/timetask/boxicons-heex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timetask%2Fboxicons-heex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29637408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T22:32:43.237Z","status":"ssl_error","status_checked_at":"2026-02-19T22:32:38.330Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2025-10-21T14:41:51.563Z","updated_at":"2026-02-20T00:31:48.700Z","avatar_url":"https://github.com/timetask.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Boxicon\n\nBoxicons Heex is [Phoenix](https://github.com/phoenixframework/phoenix) component library that wraps the amazing [Boxicons](https://boxicons.com) library.\n\n[![Hex pm](http://img.shields.io/hexpm/v/boxicons_heex.svg?style=flat)](https://hex.pm/packages/boxicons_heex) [![build](https://github.com/timetask/boxicons-heex/actions/workflows/build.yml/badge.svg)](https://github.com/timetask/boxicons-heex/actions/workflows/build.yml)\n\n## Usage\n\n```elixir\ndefmodule MyComponent do\n\n  @impl true\n  def render(assigns) do\n    ~H\"\"\"\n      \u003cBox.icons\n        type=\"regular\"\n        name=\"calendar\"  \n        size=\"64\" \n        class=\"icon green\"\n      /\u003e\n    \"\"\"\n  end\nend\n```\n\n## Configuration\n\n### Default values\n\nDefault values let you write your boxicons using less code.\n\n```elixir\nconfig :boxicons_heex,\n  default_type: \"regular\",\n  default_size: 24,\n  default_class: \"icon\"\n```\n\n### Icons\n\nBy default Boxicon will compile all the 1500+ icons, which can take a while and will make you runtime\nunnecessarily bloated. To fix this, you can specify the icons you want or an entire category.\n\nThis are some possible configurations:\n\nTwo regular icons, all the logos and none of the solid ones.\n```elixir\nconfig :boxicons_heex,\n  icons: [\n    regular: [\"calendar\", \"chvron-down\"],\n    logos: :all,\n    solid: nil\n  ]\n```\n\nJust the icons you need (recommended)\n```elixir\nconfig :boxicons_heex,\n  icons: [\n    regular: [\"calendar\", \"chvron-down\"],\n    solid: [\"hand\", \"file-md\"],\n    logos: [\"docker\"]\n  ]\n```\n\nCompile all the icons (default config)\n```elixir\nconfig :boxicons_heex,\n  icons: :all\n```\n\nFor the complete list of available icons visit the [boxicons wesite](https://boxicons.com).\n\n## Installation\n\nAdd boxicons to your dependencies in your `mix.exs` file\n\n```elixir\ndef deps do\n  [\n    {:boxicons_heex, \"~\u003e 1.0.0\"}\n  ]\nend\n```\n\nThen run \n\n```\nmix deps.get\n```\n\nand that's pretty much it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimetask%2Fboxicons-heex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimetask%2Fboxicons-heex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimetask%2Fboxicons-heex/lists"}