DocsIntroduction
Built for the web
The foundation for
your next interface.
LEMMO is a curated collection of accessible, unstyled components. Copy, paste, and make them yours.
Composable
Small pieces that work together.
Open code
Own the source. No black boxes.
Accessible
Built on web standards.
Components
A better starting point.
Installation
Start with a single command.
Install only what you need. Every component is yours to customize, extend, and ship.
app/page.tsx
import { Alert } from "@/components/ui/alert"
export default function Page() {
return (
<Alert>
<AlertTitle>Success</AlertTitle>
<AlertDescription>
Your project is ready.
</AlertDescription>
</Alert>
)}Next steps