Quick Start
Get started with Namespace UIKit in minutes
Requirements
Quick Install
Install Namespace UIKit and required dependencies:
npm i @thenamespace/uikit tailwindcssImport Styles
Add to your main CSS file globals.css:
@import "tailwindcss";
@import "@thenamespace/uikit/styles"; Import order matters. Always import tailwindcss first.
Use Components
import { Button } from "@thenamespace/uikit";
function App() {
return <Button>My Button</Button>;
}What's Next?
- Themes - Create and share your own themes
- Browse Components - See all available components
- Learn Styling - Customize with Tailwind CSS
- Explore Patterns - Master compound components