Everything you need to build modern UIs
From simple buttons to complex data tables, we've got you covered with a comprehensive set of components.
Lightning Fast
Built with performance in mind. Tree-shakeable components with minimal bundle impact.
Accessible by Default
WCAG compliant components with proper ARIA attributes and keyboard navigation.
Fully Customizable
Comprehensive theming system with CSS variables and Tailwind CSS integration.
TypeScript First
Complete type safety with excellent IntelliSense support and polymorphic components.
Modern Stack
React 18+, Tailwind CSS v4, Framer Motion, and the latest web standards.
Production Ready
Battle-tested components used in production applications with comprehensive testing.
See it in action
Interact with our components and see how they work in real applications.
Beautiful Components
@g4rcez/components
1:23
System Update
New features are now available in your dashboard.Simple to use, powerful to customize
Get started in minutes with our intuitive API and comprehensive documentation.
import { Button, Card, Input } from "@g4rcez/components";
export default function App() {
return (
<Card title="Welcome">
<div className="space-y-4">
<Input placeholder="Enter your email" />
<Button theme="primary" size="big">
Get Started
</Button>
</div>
</Card>
);
}