{"id":23907591,"url":"https://github.com/amruthlp12/shadcnui-addon","last_synced_at":"2025-10-06T06:26:07.949Z","repository":{"id":269918732,"uuid":"908505041","full_name":"AmruthLP12/shadcnui-addon","owner":"AmruthLP12","description":"Enhance your projects with our extended shadcn/ui component library. Free, customizable, and ready for your next application.","archived":false,"fork":false,"pushed_at":"2025-01-30T16:12:37.000Z","size":294,"stargazers_count":0,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T23:43:35.878Z","etag":null,"topics":["addons","components","first-issue","good-first-issue","nextjs15","open-source","open-source-project","react19","shadcn-addons","shadcn-ui","typescript","ui-components"],"latest_commit_sha":null,"homepage":"https://shadcnui-addon.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/AmruthLP12.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}},"created_at":"2024-12-26T08:32:25.000Z","updated_at":"2025-01-30T16:24:21.000Z","dependencies_parsed_at":"2024-12-27T07:17:39.988Z","dependency_job_id":"00d983e8-a09e-4ecf-b070-2f913e4504bf","html_url":"https://github.com/AmruthLP12/shadcnui-addon","commit_stats":null,"previous_names":["amruthlp12/shadcnui-addon"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmruthLP12%2Fshadcnui-addon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmruthLP12%2Fshadcnui-addon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmruthLP12%2Fshadcnui-addon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmruthLP12%2Fshadcnui-addon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AmruthLP12","download_url":"https://codeload.github.com/AmruthLP12/shadcnui-addon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249129877,"owners_count":21217457,"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":["addons","components","first-issue","good-first-issue","nextjs15","open-source","open-source-project","react19","shadcn-addons","shadcn-ui","typescript","ui-components"],"created_at":"2025-01-05T03:13:13.212Z","updated_at":"2025-10-06T06:26:07.944Z","avatar_url":"https://github.com/AmruthLP12.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shadcnui-addon\n\n## Goal\nA collection of UI helper components and demos built on top of [shadcn/ui], Next.js, Tailwind, and Radix UI.  \nThis project makes it easier for new users to explore plug-and-play components with working examples.\n\n## Project Overview\n\nThe shadcnui-addon is an extension of the [shadcn/ui](https://github.com/shadcn-ui/ui) component library, offering additional free and customizable components to enhance your projects. Built with Next.js and TypeScript, this library aims to provide developers with ready-to-use components that can be easily integrated into applications. ([github.com](https://github.com/AmruthLP12/shadcnui-addon))\n\n## Installation Instructions\n\nYou need Node.js 18+ (latest LTS recommended).\n\n# clone your fork\ngit clone https://github.com/AmruthLP12/shadcnui-addon.git\ncd shadcnui-addon\n\n# install dependencies\n    Depending on your package manager, run one of the following commands:\n   - Using npm:\n     ```bash\n     npm install\n     ```\n   - Using yarn:\n     ```bash\n     yarn install\n     ```\n   - Using pnpm:\n     ```bash\n     pnpm install\n     ```\n   - Using bun:\n     ```bash\n     bun install\n     '''\n\n# run dev server\n    Depending on your package manager, run one of the following commands:\n   - Using npm:\n     ```bash\n     npm run dev\n     ```\n   - Using yarn:\n     ```bash\n     yarn dev\n     ```\n   - Using pnpm:\n     ```bash\n     pnpm dev\n     ```\n   - Using bun:\n     ```bash\n     bun dev\n     ```\n\nOpen your browser and navigate to [http://localhost:3000](http://localhost:3000) to view the application.\n\n## Technologies Used\n\n- **Next.js**\n- **TypeScript**\n- **Tailwind CSS**\n- **Radix UI**\n\n## What’s included  \n\n AnimatedProgressBar — animated progress bar with configurable color, height and duration\n BackgroundOverlayCard — card component with a background image overlay and content slot\n InvoiceTable — a responsive invoice / table layout example\n KanbanBoard — small kanban-style board with drag/drag-like UI (no real persistence)\n API Route — /app/api/component-code returns component source code (example: /api/component-code?component=AnimatedProgressBar).\n\n\n\n## Development notes\n\nNode 18+ recommended.\n npm run dev starts Next.js in dev mode.\n npm run build builds for production.\n The small API route at /app/api/component-code/route.ts exposes file contents for severalcomponents — helpful for  example pages\n\n\n ## Adding screenshots\n\n Save images to /public/images/ (create the folder if missing).\n Use markdown in README: ![Screenshot description](/images/your-screenshot.png)\n\n\n\n## Contributing\n\nContributions are welcome! If you have suggestions for new components, improvements, or bug fixes, please open an issue or submit a pull request. For major changes, it's recommended to discuss them first to ensure alignment with the project's goals.\n\n\n## How to contribute\n \n1. Fork the repo (you already have a fork).\n2. Create a feature branch:\n   git checkout -b enhance/readme-issue-5\n3. Make your edits (e.g., README).\n4. Commit with a clear message:\n   git commit -m \"docs: improve README for clarity — closes #5\"\n\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famruthlp12%2Fshadcnui-addon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famruthlp12%2Fshadcnui-addon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famruthlp12%2Fshadcnui-addon/lists"}