{"id":27635700,"url":"https://github.com/thednp/vanjs-lucide","last_synced_at":"2026-03-06T16:02:20.717Z","repository":{"id":279575753,"uuid":"939262763","full_name":"thednp/vanjs-lucide","owner":"thednp","description":"🌀 Lucide icons for VanJS","archived":false,"fork":false,"pushed_at":"2025-07-11T11:12:32.000Z","size":3892,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T12:40:33.898Z","etag":null,"topics":["icons","lucide","vanjs"],"latest_commit_sha":null,"homepage":"https://thednp.github.io/vanjs-lucide/","language":"TypeScript","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/thednp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["thednp"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2025-02-26T09:05:10.000Z","updated_at":"2025-07-11T11:12:37.000Z","dependencies_parsed_at":"2025-02-26T10:14:49.663Z","dependency_job_id":"6ddff70f-23b3-40a6-84b2-0d3d5e58821c","html_url":"https://github.com/thednp/vanjs-lucide","commit_stats":null,"previous_names":["thednp/vanjs-lucide"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/thednp/vanjs-lucide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thednp%2Fvanjs-lucide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thednp%2Fvanjs-lucide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thednp%2Fvanjs-lucide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thednp%2Fvanjs-lucide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thednp","download_url":"https://codeload.github.com/thednp/vanjs-lucide/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thednp%2Fvanjs-lucide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30184876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T14:42:24.748Z","status":"ssl_error","status_checked_at":"2026-03-06T14:42:14.925Z","response_time":250,"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":["icons","lucide","vanjs"],"created_at":"2025-04-23T20:11:11.403Z","updated_at":"2026-03-06T16:02:20.711Z","avatar_url":"https://github.com/thednp.png","language":"TypeScript","funding_links":["https://github.com/sponsors/thednp"],"categories":[],"sub_categories":[],"readme":"# vanjs-lucide\n\n[![Coverage Status](https://coveralls.io/repos/github/thednp/vanjs-lucide/badge.svg)](https://coveralls.io/github/thednp/vanjs-lucide)\n[![ci](https://github.com/thednp/vanjs-lucide/actions/workflows/ci.yml/badge.svg)](https://github.com/thednp/vanjs-lucide/actions/workflows/ci.yml)\n[![NPM Version](https://img.shields.io/npm/v/vanjs-lucide.svg)](https://www.npmjs.com/package/vanjs-lucide)\n[![typescript version](https://img.shields.io/badge/typescript-5.8.3-brightgreen)](https://www.typescriptlang.org/)\n[![vitest version](https://img.shields.io/badge/vitest-3.1.4-brightgreen)](https://www.vitest.dev/)\n[![vite version](https://img.shields.io/badge/vite-6.3.5-brightgreen)](https://vitejs.dev/)\n\n[\u003cimg width=\"100%\" src=\"vanjs-lucide.png\" alt=\"vanjs-lucide\"\u003e](https://thednp.github.io/vanjs-lucide)\n\n\nLucide icons for [VanJS](https://vanjs.org).\n\nPowered by:\n\n- [Vite](https://vitejs.dev) for tooling\n- [Vite-Plugin-VanJS](https://github.com/thednp/vite-plugin-vanjs) for SSR support (the demo)\n- [Vitest](https://vitest.dev) for unit tests\n- [TailwindCSS](https://tailwindcss.com) for demo styling\n\n## Installation\n\n**Install with npm**:\n```bash\nnpm install vanjs-lucide\n```\n\n**Install with pnpm**:\n```bash\npnpm add vanjs-lucide\n```\n\n**Install with bun**:\n```bash\nbun add vanjs-lucide\n```\n\n**Install with deno**:\n```bash\ndeno add npm:vanjs-lucide\n```\n\n\n## Usage\n\n**Basic Usage**\nYou can call any icon(s) within your VanJS app: \n```ts\nimport van from \"vanjs-core\";\nimport { Activity } from \"vanjs-lucide\";\nconst { main } = van.tags;\n\nconst App = () =\u003e {\n   return main({},\n      Activity({ class:\"icon\", style:\"color: turquoise\" });\n   );\n};\n\nvan.add(document.body, App());\n```\n\n**JSX Usage**\nWhen using [vite-plugin-vanjs](https://github/thednp/vite-plugin-vanjs) with JSX transformation enabled you can call any icon(s) within your VanJS app: \n```tsx\nimport van from \"vanjs-core\";\nimport { Activity } from \"vanjs-lucide\";\n\nconst App = () =\u003e {\n   return \u003cmain\u003e\n      \u003cActivity class=\"icon\" style={{ color: \"turquoise\" }} /\u003e\n   \u003c/main\u003e;\n};\n\nvan.add(document.body, \u003cApp /\u003e);\n```\n\n**Notes**\n* All `SVGSVGElement` attributes should be supported, even with reactive values;\n* Camel case attribute names are not supported and strongly discouraged (EG: use `\"stroke-width\"` instead of `strokeWidth`);\n* Since the feather library adds color to icons via the `stroke` property, any text `color` value inherited from parent elements would apply to your icons;\n* The `width` and `height` properties can change the scale of the icons, something you may not want when using custom `style` and / or `class`;\n* JSX transformation via [vite-plugin-vanjs](https://github/thednp/vite-plugin-vanjs) allows you to use `CSSStyleDeclaration` like objects for your icons and elements in general. \n\n## License\n\n**VanJS Lucide** is released under the [MIT License](https://github.com/thednp/vanjs-lucide/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthednp%2Fvanjs-lucide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthednp%2Fvanjs-lucide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthednp%2Fvanjs-lucide/lists"}