{"id":86953,"url":"https://github.com/nicksp/react-components","name":"react-components","description":"List of React components \u0026 libraries I use and recommend.","projects_count":54,"last_synced_at":"2026-07-05T00:00:39.374Z","repository":{"id":284420926,"uuid":"816005364","full_name":"nicksp/react-components","owner":"nicksp","description":"List of React components \u0026 libraries I use and recommend.","archived":false,"fork":false,"pushed_at":"2025-03-25T19:25:32.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-17T07:04:28.269Z","etag":null,"topics":["awesome","awesome-list","react","react-components"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nicksp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2024-06-16T19:46:30.000Z","updated_at":"2025-03-25T19:25:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9b3aadb-8427-41aa-9e61-80c63c7bb2d2","html_url":"https://github.com/nicksp/react-components","commit_stats":null,"previous_names":["nicksp/react-components"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nicksp/react-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicksp%2Freact-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicksp%2Freact-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicksp%2Freact-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicksp%2Freact-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nicksp","download_url":"https://codeload.github.com/nicksp/react-components/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nicksp%2Freact-components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35139194,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-04T02:00:05.987Z","response_time":113,"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"}},"created_at":"2025-03-31T00:01:37.742Z","updated_at":"2026-07-05T00:00:39.374Z","primary_language":"JavaScript","list_of_lists":false,"displayable":true,"categories":["Miscellaneous","Dev Tools","UI Components","Backend","Testing","Utilities","UI Utilities","UI Animation","Validation","Database","Authentication","Author","Real-time"],"sub_categories":["Syntax highlighting","Icons","Masked input","Chart","Select","Unstyled component libraries","Class variance authority","Styled component libraries","Tables","Tooltips / popovers / dropdowns","Date picker","Slider","Notification","Carousel","Autosize textarea"],"readme":"# React Components \u0026 Libraries Catalog\n\nInspired by the [awesome-react-components](https://github.com/brillout/awesome-react-components) but lists only the components I use and can recommend. It's a living document that I'll update as technologies and best practices change.\n\n## UI Components\n\n### Unstyled component libraries\n\nAlso known as headless libraries, they provide great unstyled and accessible components that you can customize to your liking.\n\n- [headlessui](https://github.com/tailwindlabs/headlessui) — completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.\n- [radix-ui](https://github.com/radix-ui/primitives) — Radix Primitives is an open-source UI component library for building high-quality, accessible design systems and web apps.\n\n### Styled component libraries\n\nWhen you just want your app to look fine or prototype quickly.\n\n- [shadcn/ui](https://github.com/shadcn-ui/ui) — beautifully designed components that you can copy and paste into your apps. Accessible. Customizable.\n- [daisyUI](https://github.com/saadeghi/daisyui) — Tailwind CSS components.\n- [HeroUI](https://github.com/heroui-inc/heroui) — beautiful, fast and modern React UI library.\n\n### Class variance authority\n\nFor building UI Libraries.\n\n- [Panda CSS](https://github.com/chakra-ui/panda) — universal, type-safe, CSS-in-JS framework for product teams.\n- [Pigment CSS](https://github.com/mui/pigment-css/) — zero-runtime CSS-in-JS tool that extracts the colocated styles to their own CSS files at build time. Brings better end users' performance, and you get RSC and App Router compatibility without having to significantly change how you author component styles.\n- [cva](https://github.com/joe-bell/cva) — helps creating component variants.\n\n### Carousel\n\n- [nuka-carousel](https://github.com/FormidableLabs/nuka-carousel) — small, fast, and accessibility-first React carousel library with an easily customizable UI and behavior.\n\n### Notification\n\n- [Sonner](https://github.com/emilkowalski/sonner) — an opinionated toast component.\n\n### Select\n\n- [react-select](https://github.com/JedWatson/react-select) — filtering, multiple selection, etc.\n\n### Chart\n\n- [Recharts](https://github.com/recharts/recharts) — off the shelf charts, great composability, optional customization due to opt-in composability.\n- [tremor](https://github.com/tremorlabs/tremor) — build charts and dashboards fast by copy-paste.\n\n### Date picker\n\n- [react-date-picker](https://github.com/wojtekmaj/react-date-picker) — flexible date picker.\n- [react-daterange-picker](https://github.com/wojtekmaj/react-daterange-picker) — flexible date range picker.\n\n### Icons\n\n- [Heroicons](https://github.com/tailwindlabs/heroicons) — beautiful hand-crafted SVG icons.\n- [Lucide](https://github.com/lucide-icons/lucide) — beautiful \u0026 consistent icon toolkit forked from Feather Icons.\n\n### Autosize textarea\n\n- [react-textarea-autosize](https://github.com/andreypopp/react-textarea-autosize) — replacement for the textarea element which automatically resizes textarea as content changes.\n\n### Slider\n\n- [rc-slider](https://github.com/react-component/slider) — flexible slider component.\n\n### Tooltips / popovers / dropdowns\n\n- [Floating UI](https://github.com/floating-ui/floating-ui) — create \"floating\" elements such as tooltips, popovers, dropdowns, and more.\n\n### Masked input\n\n- [imaskjs](https://github.com/uNmAnNeR/imaskjs) — input masking with simple API and attention to small usability details such as cursor position, copy-paste, etc.\n\n### Tables\n\n- [TanStack Table](https://github.com/TanStack/table) — headless UI for building powerful tables \u0026 datagrids for TS/JS.\n\n### Syntax highlighting\n\n- [Shiki](https://github.com/shikijs/shiki) — manage syntax highlighting. It is designed to work at compile-time, making it perfect fit for React Server Components. It adds 0kb to the JavaScript bundle and it can support dozens of languages at no additional cost.\n- [rehype-pretty-code](https://github.com/rehype-pretty/rehype-pretty-code) — beautiful code blocks powered by [shiki](https://github.com/shikijs/shiki).\n\n## UI Animation\n\n- [Motion](https://github.com/motiondivision/motion) — for complex animations (i.e. layout animations) with declarative code.\n- [React Spring](https://github.com/pmndrs/react-spring) — smoothly interpolate between values in a fluid, organic fashion.\n- [AutoAnimate](https://github.com/formkit/auto-animate) — for animations with a single line of code.\n- [CountUp](https://github.com/glennreyes/react-countup) — quickly create animations that display numerical data in a more interesting way.\n\n## Real-time\n\n- [PartyKit](https://github.com/partykit/partykit/) — add real-time experience to your projects. It uses WebSockets so that the changes are lightning-fast.\n\n## UI Utilities\n\n- [TanStack Router](https://github.com/TanStack/router) — fully typesafe router for React.\n- [dnd-kit](https://github.com/clauderic/dnd-kit) — lightweight, performant, accessible and extensible drag \u0026 drop toolkit.\n- [react-virtualized](https://github.com/bvaughn/react-virtualized) — components for efficiently rendering large lists and tabular data.\n- [react-collapse](https://github.com/kunukn/react-collapse) — collapse animation with CSS.\n\n## Validation\n\n- [Zod](https://github.com/colinhacks/zod) — TypeScript-first schema validation with static type inference.\n\n## Utilities\n\n- [clsx](https://github.com/lukeed/clsx) — construct `className` strings conditionally.\n- [tempo](https://github.com/formkit/tempo) — the easiest way to work with dates in JS/TS.\n- [date-fns](https://github.com/date-fns/date-fns) — comprehensive, yet simple and consistent toolset for manipulating JavaScript dates in a browser \u0026 Node.js.\n\n## Backend\n\n- [Next.js](https://github.com/vercel/next.js) — react (meta) full-stack framework.\n- [Hono](https://github.com/honojs/hono) — fast and lightweight web application framework, on built Web Standards.\n\n## Authentication\n\n- [Lucia](https://lucia-auth.com/) — step by step self-hosted authentication implementation.\n    - [Oslo](https://github.com/oslo-project) — auth and cryptography packages.\n    - [Arctic](https://arcticjs.dev/) — OAuth 2.0 client library with support for 50+ providers.\n \n## Database\n\n- [Drizzle](https://github.com/drizzle-team/drizzle-orm) — headless TypeScript ORM.\n\n## Dev Tools\n\n- [Storybook](https://github.com/storybookjs/storybook) — style guide generator and a workbench for building UI components and pages in isolation.\n\n## Testing\n\n- [Vitest](https://github.com/vitest-dev/vitest) — unit/integration testing framework.\n- [Playwright](https://github.com/microsoft/playwright) — e2e testing.\n\n## Miscellaneous\n\n- [vaul](https://github.com/emilkowalski/vaul) — an unstyled drawer component for React.\n- [cmdk](https://github.com/pacocoursey/cmdk) — fast, composable, unstyled command menu for React.\n- [TanStack Query](https://github.com/TanStack/query) — powerful asynchronous state management, server-state utilities and data fetching.\n- [React Hook Form](https://github.com/react-hook-form/react-hook-form) — performant, flexible and extensible forms with easy-to-use validation.\n    - with zod integration for validation\n- [React Email](https://github.com/resend/react-email) — reliable and responsive html emails.\n- [fastcomments-react](https://github.com/fastcomments/fastcomments-react) — FastComments component for embedding a live comment thread on a page or SPA.\n- [react-dropzone](https://github.com/react-dropzone/react-dropzone/) — react hook to handle drag and drop for files.\n\n## Contributing\n\nSuggestions are welcome! Just create an issue if you know something better and efficient than what I use.\n\n## Author\n\n[Nick Plekhanov](https://nikkhan.com/), a consulting frontend engineer.\n","projects_url":"https://awesome.ecosyste.ms/api/v1/lists/nicksp%2Freact-components/projects"}