Beautiful UI components
for modern web applications
A collection of high-quality components built with React , Typescript. Tailwind CSS. and framer-motion. Designed for seamless integration and customization.
TypeScript
React
Shadcn UI
Framer Motion
Magic UI
Features
Customizable Components
Tailor components to seamlessly align with your brand identity.
Efficient Installation
Streamlined npm installation process for quick setup.
Responsive Design
Fully adaptive components ensuring optimal display across all devices.
Accessibility Focused
Designed with inclusivity at its core, ensuring a seamless experience for all users.
Dark Mode Integration
Effortless dark mode implementation for enhanced user experience.
TypeScript Support
Comprehensive TypeScript integration for enhanced development efficiency.
Installation
npm install your-ui-libraryExample Usage
import { Button } from 'your-ui-library'
function MyComponent() {
return (
<Button variant="primary">
Click me!
</Button>
)
}