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