├── CONTRIBUTING.md ├── README.md └── logo.svg /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contribution Guidelines 2 | 3 | Ensure your pull request adheres to the following guidelines: 4 | 5 | - Search previous suggestions before making a new one, as yours may be a duplicate. 6 | - Make an individual pull request for each suggestion. 7 | - Use [title-casing](http://titlecapitalization.com) (AP style). 8 | - Use the following format: `[Title Case Name](link) - Description.` 9 | > :information_source: [Articles](https://github.com/unicodeveloper/awesome-nextjs#articles) should use the `[Title Case Name](link)` format. 10 | - Keep descriptions short and simple, but descriptive. 11 | - Start the description with a capital and end with a full stop/period. 12 | > :information_source: You can use an emoji, only before the Title-Cased Description. 13 | - Check your spelling and grammar. 14 | - Make sure your text editor is set to remove trailing whitespace. 15 | - New categories or improvements to the existing categorization are welcome. 16 | - Pull requests should have a useful title. 17 | - The body of your commit message should contain a link to the repository. 18 | 19 | Thank you for your suggestion! 20 | 21 | ### Updating your PR 22 | 23 | A lot of times, making a PR adhere to the standards above can be difficult. If the maintainers notice anything that we'd like changed, we'll ask you to edit your PR before we merge it. There's no need to open a new PR, just edit the existing one. If you're not sure how to do that, [here is a guide](https://github.com/RichardLitt/docs/blob/master/amending-a-commit-guide.md) on the different ways you can update your PR so that we can merge it. 24 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome shadcn/ui [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) ![](https://img.shields.io/badge/unicodeveloper-approved-brightgreen.svg) 2 | 3 | [](https://ui.shadcn.com/) 4 | 5 | > Curated list of resources: apps/tools/websites using shadcn/ui. 6 | 7 | [shadcn/ui](https://github.com/shadcn/ui): Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.. 8 | 9 | 10 | 11 | ## Contents 12 | 13 | - [Awesome shadcn/ui ](#awesome-shadcn--) 14 | - [Contents](#contents) 15 | - [Community](#community) 16 | - [Apps](#apps) 17 | - [Libs and Components](#libs) 18 | - [Boilerplates](#boilerplates) 19 | - [Contributing](#contributing) 20 | 21 | ## Community 22 | 23 | - [GitHub](https://github.com/shadcn/ui) 24 | - [GitHub discussions for shadcn/ui](https://github.com/shadcn/ui/discussions) 25 | 26 | 27 | ## Apps 28 | - [resume-gpt](https://github.com/nphivu414/resume-gpt) Resume GPT helps you create a perfect resume in seconds and land your dream job. 29 | - [shadcn-ui-theme-explorer](https://github.com/luisFilipePT/shadcn-ui-theme-explorer) - A theme explorer for shadcn UI. 30 | - [thr](https://github.com/ishaan1013/thr) - A clone of Meta's new app using Next.js server components, Vercel Postgres, shadcn UI, Clerk, and Prisma. 31 | - [Motion Variants](https://github.com/chrisabdo/motionvariants) - A collection of handmade Framer Motion variants made for your next project. 32 | - [memomate-notetaker](https://github.com/ZevaGuillo/memomate-notetaker) An app for easy management of notes and topics. 33 | - [gradient-picker](https://github.com/Illyism/gradient-picker) Fancy Gradient Picker, built with Shadcn UI, Radix UI and Tailwind CSS. 34 | - [openstatus](https://github.com/openstatushq/openstatus) The open-source status page. 35 | - [scribbly](https://github.com/subhamBharadwaz/scribbly) Scribbly is a web application built with Next.js and Prisma that allows users to create and manage their digital journal. 36 | 37 | ## Libs and Components 38 | - [shadcn-table-v2](https://github.com/sadmann7/shadcn-table-v2) - Shadcn table component with server-side sorting, filtering, and paginationPrisma.. 39 | - [DOB picker](https://gist.github.com/tanishqsh/6e5284b36c29c0e2effc6e187c8f911a) - Styled year/month dropdown in the calendar 40 | - [Fancy Multi Select](https://craft.mxkaske.dev/post/fancy-multi-select) - The Multi Select Component is inspired by campsite.design's and cal.com's settings forms. 41 | 42 | ## Boilerplates 43 | - [taxonomy](https://github.com/shadcn/taxonomy) - An open source application built using the new router, server components and everything new in Next.js 13. 44 | - [mendable-nextjs-chatbot](https://github.com/mendableai/mendable-nextjs-chatbot) - Next.js Starter Template for building chatbots with Mendable. 45 | 46 | 47 | ## Contributing 48 | 49 | Found an awesome package, article, blog, video etc.? Send me a pull request! Just follow the [guidelines](/CONTRIBUTING.md). Thank you! 50 | 51 | --- 52 | 53 | 54 | -------------------------------------------------------------------------------- /logo.svg: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------