Wedges is a professionally designed design system for Figma and an open-source React UI library that combines Radix UI primitives and Tailwind CSS. Its goal is to simplify the process of building beautiful, functional and accessible user interfaces.
With Wedges, you get a range of pre-built, customizable components that are easy to use and integrate into your React projects. It also comes with full TypeScript support, ensuring type safety and developer-friendly experience.
To create a fresh Next.js project with Wedges pre-configured, run the following command:
npx create-next-app -e https://github.com/lmsqueezy/wedges-next-app-template
During the installation, you will be prompted to enter your project name. Once the installation is complete, run the following command to navigate to your project directory:
cd your-project-name
and start the development server:
npm run dev
For full documentation, visit Wedges Docs.
Wedges is licensed under the MIT License.