{"id":33566889,"url":"https://github.com/anchaldevbytes/phexar-ui","last_synced_at":"2026-04-13T04:03:31.100Z","repository":{"id":325067761,"uuid":"1090090934","full_name":"AnchalDevBytes/phexar-ui","owner":"AnchalDevBytes","description":"A UI Library","archived":false,"fork":false,"pushed_at":"2025-11-27T11:28:48.000Z","size":934,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-27T22:26:03.012Z","etag":null,"topics":["fumadocs","motion","nextjs","tailwindcss","typescript","ui-library"],"latest_commit_sha":null,"homepage":"https://phexar-ui.vercel.app","language":"TypeScript","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/AnchalDevBytes.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-05T07:58:17.000Z","updated_at":"2025-11-27T11:28:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/AnchalDevBytes/phexar-ui","commit_stats":null,"previous_names":["anchaldevbytes/phexar-ui"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AnchalDevBytes/phexar-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnchalDevBytes%2Fphexar-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnchalDevBytes%2Fphexar-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnchalDevBytes%2Fphexar-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnchalDevBytes%2Fphexar-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AnchalDevBytes","download_url":"https://codeload.github.com/AnchalDevBytes/phexar-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AnchalDevBytes%2Fphexar-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27294952,"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","status":"online","status_checked_at":"2025-11-28T02:00:06.623Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["fumadocs","motion","nextjs","tailwindcss","typescript","ui-library"],"created_at":"2025-11-28T04:04:39.769Z","updated_at":"2025-12-31T01:04:32.895Z","avatar_url":"https://github.com/AnchalDevBytes.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PhexarUI\n\n\u003cdiv align=\"center\"\u003e\n\n  \u003ch3\u003eCraft Exquisite Interfaces in Minutes.\u003c/h3\u003e\n  \u003cp\u003e\n    A collection of high-quality, copy-paste React components built with \u003cstrong\u003eTailwind CSS v4\u003c/strong\u003e and \u003cstrong\u003eMotion\u003c/strong\u003e. Designed for the modern web with a focus on micro-interactions and neutral aesthetics.\n  \u003c/p\u003e\n\n  [**Explore the Docs**](https://phexar-ui.vercel.app) · [**Browse Components**](https://phexar-ui.vercel.app/docs) · [**Report Bug**](https://github.com/AnchalDevBytes/phexar-ui/issues)\n\n\u003c/div\u003e\n\n---\n\n## ✨ Philosophy\n\nPhexarUI is not a component library you install as a dependency. It is a collection of reusable code that you copy and paste into your project.\n\n*   **Neutral by Default:** Designed to fit into any brand identity without fighting for attention.\n*   **Micro-interactions:** Every component features subtle, thoughtful animations powered by `motion/react`.\n*   **Tailwind v4 Native:** Built for the future of CSS, leveraging the new engine and CSS variables.\n*   **Copy \u0026 Paste:** You own the code. Customize it, break it, make it yours.\n\n## 🛠️ Tech Stack\n\n*   **Framework:** [React](https://react.dev) / [Next.js](https://nextjs.org)\n*   **Styling:** [Tailwind CSS v4](https://tailwindcss.com)\n*   **Animations:** [Motion](https://motion.dev) (formerly Framer Motion)\n*   **Icons:** [Lucide React](https://lucide.dev)\n*   **Utils:** `clsx` \u0026 `tailwind-merge`\n\n## 🚀 Getting Started\n\n### 1. Prerequisites\n\nEnsure your project is set up with Tailwind CSS v4. Then, install the core dependencies:\n\n```bash\nnpm install motion lucide-react clsx tailwind-merge\n```\n\n### 2. Utility Function\nEnsure you have a `cn` helper function (standard in the shadcn ecosystem) in `lib/utils.ts`:\n\n```bash\nimport { clsx, type ClassValue } from \"clsx\"\nimport { twMerge } from \"tailwind-merge\"\n\nexport function cn(...inputs: ClassValue[]) {\n  return twMerge(clsx(inputs))\n}\n```\n\n## Usage\nYou can add components to your project via the CLI or by manually copying the code from the documentation.\n\n### Option A: CLI (Recommended)\nTo add the Elastic Search Bar, for example:\n\n```bash\nnpx shadcn@latest add https://phexar-ui.vercel.app/r/elastic-search-bar.json\n```\n\n### Option B: Manual Copy\n1. Browse the Documentation.\n2. Select a component.\n3. Click \"View Code\" or \"Copy\".\n4. Paste it into your project (e.g., components/phexarui/cards/dev-card.tsx).\n\n\u003chr/\u003e\n\n\u003cdiv align=\"center\"\u003e\nBuilt with ❤️ by \u003ca href=\"https://github.com/AnchalDevBytes\"\u003eAnchal Raj\u003c/a\u003e\n\u003c/div\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanchaldevbytes%2Fphexar-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanchaldevbytes%2Fphexar-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanchaldevbytes%2Fphexar-ui/lists"}