antonieto / ibm-dashboard

https://ibm-dashboard.vercel.app
1 stars 0 forks source link

[Feature] Add top layout component #186

Closed antonieto closed 1 year ago

antonieto commented 1 year ago

This is how Layout works:

const SignUpPage: NextPageWithLayout = SignUp;
SignUpPage.getLayout = (page) => (
  <TopLayout>
    {page}
  </TopLayout>
);

export default SignUpPage;

image

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ibm-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 20, 2023 8:49pm