Components
Features Grid
Quickstart
Authentication
Payments
Emails
Design
Analytics
Support
Components
Features Grid
Usage
---
import { FeaturesGrid } from '~/components';
---
<FeaturesGrid />
---
import { FeaturesGrid } from '~/components';
---
<FeaturesGrid />
import { FeaturesGrid } from '~/components';
export default async function Page() {
return (
<FeaturesGrid />
);
}
Content
All of the content is found the component itself.