v1.0.0
Welcome to Frame
A community driven, production-ready component ecosystem for React & Next.js.
Installation
Get started in under 2 minutes
Quick Start
Build your first component
Components
Explore 50+ components
Theming
Customize to match your brand
Why Frame?
Production Ready
Battle-tested components used by thousands of developers.
TypeScript First
Full type definitions and IntelliSense support.
Accessible
WCAG 2.1 compliant with keyboard navigation.
Lightweight
Tree-shakeable. Import only what you use.
Quick Example
App.tsx
import { Button, Card } from '@frame/ui';export default function App() {return (<Card><Button>Get Started</Button></Card>);}
Join the Community
Frame is open source. Contributions welcome.
Star on GitHub