Zynk UI is a Open-Source modern, minimalist UI component library built with Next.js, Tailwind CSS, and Framer Motion, designed to help developers build stunning web applications effortlessly.
- 🔥 Modern UI Components – Ready-to-use, beautifully designed components.
- 🎨 Tailwind CSS – Fully responsive with utility-first styling.
- 🌀 Framer Motion – Smooth animations and interactions.
- ⚡ Next.js Optimization – Fast, server-rendered components.
- 📄 Easy Copy-Paste Usage – No extra dependencies or installation required.
Check out our full documentation here: Zynk UI Docs
Zynk UI doesn't require any npm package installation. Simply copy and paste components into your Next.js project.
git clone https://github.com/Graphfied/Zynk-UI.git
cd zynk-ui
npm install
npm run dev
To use any Zynk UI component, simply import and add it to your Next.js project.
import Button from '@/components/ui/Button';
export default function App() {
return (
<div className="flex items-center justify-center min-h-screen">
<Button />
</div>
);
}
Component | Description |
---|---|
Button | A responsive animated button |
3D Card Effect | Eye-catching 3D hover effect card |
GitHub Contribution Graph | Visualize GitHub contributions beautifully |
Hero Section | A stunning hero section for landing pages |
Testimonials Carousel | Auto-sliding customer testimonial carousel |
Discord Profile Card | A beautifully designed Discord-like profile card |
zynk-ui/
│-- app/
│ ├── components/
│ │ ├── ui/
│ │ │ ├── Button.tsx
│ │ │ ├── CardEffect.tsx
│ │ │ ├── GitHubGraph.tsx
│ │ │ ├── HeroSection.tsx
│ │ │ ├── TestimonialsCarousel.tsx
│ │ │ ├── DiscordProfileCard.tsx
│ │ ├── header.tsx
│ ├── pages/
│ │ ├── index.tsx
│ │ ├── doc.tsx
│ ├── styles/
│ │ ├── globals.css
│ ├── public/
│ ├── next.config.js
│ ├── tailwind.config.js
│-- README.md
│-- package.json
│-- tsconfig.json
Hero Section | Components Page |
---|---|
We welcome contributions to enhance Zynk UI! If you'd like to contribute, please follow these steps:
- Fork the repo and clone it locally.
- Create a new branch for your feature.
- Commit your changes and push the branch.
- Submit a pull request.
If you encounter any issues or have any questions, feel free to open an issue or contact us via:
- Email: [email protected]
- Twitter: @zynk_ui
- Discord: Zynk UI Community
This project is licensed under the MIT License - see the LICENSE file for details.
If you find Zynk UI helpful, please give us a star ⭐ on GitHub and share it with your community.
Made with ❤️ by the Zynk UI Team