{"id":23103443,"url":"https://github.com/techwithmanuel/untitledui-js","last_synced_at":"2025-04-04T19:06:35.110Z","repository":{"id":63867971,"uuid":"571344460","full_name":"techwithmanuel/untitledui-js","owner":"techwithmanuel","description":"Explore over 1100+ icons with the Untitled UI style, fully customizable and animated with Framer Motion integration. Free. Open Source.","archived":false,"fork":false,"pushed_at":"2025-03-06T07:21:33.000Z","size":5018,"stargazers_count":58,"open_issues_count":0,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T18:12:12.198Z","etag":null,"topics":["icons","javascript","library","react","react-components","react-hooks","react-libraries","react-library","reactjs","typescript","ui-components","ui-design","ui-library","uikit"],"latest_commit_sha":null,"homepage":"https://untitledui.publicsource.space/","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/techwithmanuel.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2022-11-27T22:50:52.000Z","updated_at":"2025-03-18T14:46:07.000Z","dependencies_parsed_at":"2023-02-15T06:20:27.610Z","dependency_job_id":"2351666a-0a16-4ea9-81a9-89d4fae003be","html_url":"https://github.com/techwithmanuel/untitledui-js","commit_stats":null,"previous_names":["creatorslook/react-untitledui-icons","creatorslook/untitledui-js","techwithmanuel/untitledui-js"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techwithmanuel%2Funtitledui-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techwithmanuel%2Funtitledui-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techwithmanuel%2Funtitledui-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techwithmanuel%2Funtitledui-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techwithmanuel","download_url":"https://codeload.github.com/techwithmanuel/untitledui-js/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247234921,"owners_count":20905854,"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":["icons","javascript","library","react","react-components","react-hooks","react-libraries","react-library","reactjs","typescript","ui-components","ui-design","ui-library","uikit"],"created_at":"2024-12-17T00:19:45.145Z","updated_at":"2025-04-04T19:06:35.073Z","avatar_url":"https://github.com/techwithmanuel.png","language":"TypeScript","readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://untitledui.publicsource.space/logo.svg\" alt=\"Untitled UI Logo\" width=\"100\" height=\"100\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  The Official Javascript Library for Untitled UI Icons\u003cbr\u003e\n  Full SVG Support for React, Vue, Solid, Qwik\n\u003c/p\u003e\n\n## Overview\n\nOfficial JavaScript implementation of Untitled UI icons. Features:\n\n- Full [SVG specification](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute) support\n- Framework packages: React (17+), Vue 3, SolidJS, Qwik\n- TypeScript-first\n- Tree-shaking\n- Semantic versioning\n\n**[Official Documentation](http://untitledui.publicsource.space)**\n\n## Installation\n\n```bash\n# Base package\nnpm install untitledui-js\n\n# React + Motion\nnpm install untitledui-js motion\n```\n\n#### Unified API\n\n```tsx\n// React/Solid/Qwik\n\u003cIcon size={24} color=\"currentColor\" /\u003e\n\n\u003c!-- Vue --\u003e\n\u003cicon :size=\"24\" color=\"var(--primary)\" /\u003e\n```\n\n#### React Motion\n\n```tsx\nimport { motion } from \"motion/react\";\n\n\u003cIcon\n  animation={{\n    motion: motion,\n    attributes: {\n      svg: { whileHover: { scale: 1.1 } },\n      path: { transition: { duration: 0.5 } },\n    },\n  }}\n/\u003e;\n```\n\n## Core Features\n\n### SVG Compliance\n\nAll icons support standard [SVG attributes](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute):\n\n- viewBox, fill, stroke\n- Class/style overrides\n- Accessibility attributes (aria-\\*, role)\n\n## Compatibility\n\n| Framework    | Version |\n| ------------ | ------- |\n| React        | 17+     |\n| Vue          | 3+      |\n| Solid \u0026 Qwik | 1+      |\n\n## License\n\nMIT © 2023 Untitled UI\n\n[Full License](./LICENSE.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechwithmanuel%2Funtitledui-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechwithmanuel%2Funtitledui-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechwithmanuel%2Funtitledui-js/lists"}