Components
Feature Cards
A responsive grid of feature cards with hover effects and entrance animations.
Preview
Why Frame
Built for developers
Production Ready
Battle-tested components used by thousands of developers in production applications.
Community Driven
Open source with active community. Shape the future of the ecosystem together.
Blazing Fast
Tree-shakeable, zero runtime CSS, optimized for performance out of the box.
Usage
This component renders a full-width section. To customize the content, you can modify the `features` array within the component or refactor it to accept props.
import FeatureCards from "@/components/FeatureCards";export default function LandingPage() {return (<main><FeatureCards /></main>);}