Quickstart
Authentication
Payments
Emails
Design
Analytics
Support
Components
Features Grid
Usage
Copy
---
import { FeaturesGrid } from '~/components';
---
<FeaturesGrid />
Copy
---
import { FeaturesGrid } from '~/components';
---
<FeaturesGrid />
Copy
import { FeaturesGrid } from '~/components';
export default async function Page() {
return (
<FeaturesGrid />
);
}
Content
All of the content is found the component itself.
Assistant
Responses are generated using AI and may contain mistakes.