The shadcnui-addon is an extension of the shadcn/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)
To set up the project locally:
-
Clone the Repository:
git clone https://github.com/AmruthLP12/shadcnui-addon.git cd shadcnui-addon
-
Install Dependencies: Depending on your package manager, run one of the following commands:
- Using npm:
npm install
- Using yarn:
yarn install
- Using pnpm:
pnpm install
- Using bun:
bun install
- Using npm:
-
Start the Development Server: Depending on your package manager, run one of the following commands:
- Using npm:
npm run dev
- Using yarn:
yarn dev
- Using pnpm:
pnpm dev
- Using bun:
bun dev
Open your browser and navigate to http://localhost:3000 to view the application.
- Using npm:
- Next.js
- TypeScript
- Tailwind CSS
- Radix UI
Contributions 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.
This project is licensed under the MIT License.