Installation
Install Laxod UI in your project using your preferred package manager.
Requirements
Before installing Laxod UI, make sure you have the following:
- •Node.js
- •React / Next.js
- •Lucide React
Install Package
Choose your preferred package manager and run the install command:
npm install laxodImport Components
After installation, you can import and use components in your React application:
TypeScript React
import { Button, Badge } from "laxod";
export default function MyComponent() {
return (
<div>
<Button variant="primary">Click me</Button>
<Badge variant="success">New</Badge>
</div>
);
}Next Steps
You're all set! Start exploring the available components and build amazing interfaces.
Browse Components
Explore all available components and their usage