Aspect UI is an open-source component library built on top of React and Tailwind CSS. It offers a collection of pre-designed UI components and styles that you can easily integrate into your web applications. With Aspect UI, you get a powerful set of pre-built components, ready-to-use templates, and CLI tools to supercharge your workflow.
- β‘ Fast and lightweight β Optimized, minimal, and production-ready components.
- π¨ Highly customizable β Easily adapt themes and styles to match your brand.
- π§© Comprehensive component set β Buttons, cards, modals, forms, navigation, and more.
- π Instant project setup β CLI tools and starter templates get you going in seconds.
- π» Next.js & Vite support β Works seamlessly with todayβs most popular React frameworks.
Install Aspect UI using your favorite package manager:
npm install aspect-ui@latestyarn add aspect-ui@latestpnpm add aspect-ui@latestWant to scaffold your components and config instantly? Use the Aspect UI CLI:
npx aspect-ui@latest inityarn aspect-ui@latest initpnpm dlx aspect-ui@latest initJump-start your project with our pre-built Next.js or Vite templates, pre-configured with Aspect UI.
npx -p aspect-ui@latest next-appnpx -p aspect-ui@latest vite-appAfter installing, simply import and start using components:
import { Button } from 'aspect-ui';
export default function HomePage() {
return <Button>Get Started</Button>;
}Aspect UI helps you build beautiful, consistent, and scalable UIs faster than ever. Whether youβre working on a personal project, a startup, or an enterprise-level app β Aspect UI is your perfect design foundation.
π Start creating with Aspect UI today and turn your ideas into reality!