SHADCN-EMAIL-UI is a React component that is a clone of the email interface example provided in the SHADCN UI site. It allows for easy integration of this email interface into your React applications.
Follow these steps to clone the repository, build the project, and run it:
-
Clone the Repository:
git clone https://github.com/vixhnuchandran/shadcn-email-ui
-
Navigate to the Cloned Directory:
cd shadcn-email-ui
-
Build the Project:
pnpm run build
- Run the Development Server:
pnpm run dev
This project is licensed under the MIT License - see the LICENSE file for details.