UIKit v2.0

Installation

Add UIKit to any project in under 2 minutes.

1. Add Tailwind CSS CDN
<script src="https://cdn.tailwindcss.com"></script>
2. Add Google Fonts
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono&display=swap" rel="stylesheet">
3. Add base styles
body { font-family: 'Inter', sans-serif; }
pre, code { font-family: 'JetBrains Mono', monospace; }
4. Copy any component

Browse the sidebar, click a component, select the HTML tab, and copy the code into your project. That's it.