Kimkorng
OpenUI

OpenUI

nextjs
tailwind

OpenUI provides a collection of production-ready, beautifully designed UI components built with Tailwind CSS. These components are fully responsive, accessible, and support dark mode.

Features

  • 🚀 Fast Development - Copy & paste components to build stunning interfaces quickly.
  • 🎨 Beautiful Design - Tailored for modern web apps.
  • 🌗 Dark Mode Ready - Seamless dark mode support.
  • Accessible & Responsive - Designed for all devices.

Getting Started

1. Clone the Repository

shell
git clone https://github.com/kimkorngmao/openui.git cd openui

2. Install Dependencies

shell
npm install

3. Run the Development Server

shell
npm run dev

Open http://localhost:3000 in your browser.

Project Structure

plaintext
public/ ├── components/ │ ├── openui-Alert/ │ │ ├── 01.html │ │ ├── 02.html │ ├── openui-Card/ │ │ ├── 01.html │ ├── openui-List/ │ │ ├── 01.html │ │ ├── 02.html │ │ ├── 03.html pages/ ├── index.jsx

How It Works

  • The index.jsx file reads all available components in public/components.
  • Components are displayed in a grid layout with copy-to-clipboard functionality.
  • You can filter components by category.

Deployment

To deploy the project on Vercel, follow these steps:

  1. Install Vercel CLI:
    shell
    npm install -g vercel
  2. Run the deployment command:
    shell
    vercel
  3. Follow the prompts to complete the deployment.

Contributing

We welcome contributions! Feel free to submit issues or pull requests.

License

This project is licensed under the MIT License.

Author

Made with ❤️ by Korng