Alida UI Documentation
A minimal, open-source design system for building modern interfaces with clarity and speed. Learn how to install, import, and customize each component below.
npm install alida-ui
|Usage
Import components directly from the library and start building your UI immediately:
import { Button } from "alida-ui";
export default function Example() {
return <Button>Click me</Button>;
}Customization
Alida UI is built with Tailwind CSS and uses neutral white opacity layers, ensuring seamless adaptation to any background. You can easily override styles using utility classes or pass custom class names to each component.
<Button className="border-white/50 bg-white/10 hover:bg-white/20"> Custom Button </Button>
Components
Contribute
Alida UI is open source and evolving. You can help improve it by reporting issues, suggesting new components, or contributing code on GitHub.