A
Anonymous

Root Layout - Copy this React, Tailwind Component to your project

generate-a-layout.tsx-template-for-nextjs14,-include-AppMenubar,-import-type-{-Metadata-}-from-"next";-import-{-Inter-}-from-"next/font/google";-import-"./globals.css";-import-AppMenubar-from-"@/components/AppMenubar";-const-inter-=-Inter({-subsets:-["latin"]-});-export-const-metadata:-Metadata-=-{-title:-"Bitcoin-Poker-Tour",-description:-"Live-poker-with-bitcoin",-};-export-default-function-RootLayout({-children,-}:-Readonly<{-children:-React.ReactNode;-}>)-{-return-(-<html-lang="en">-<body-className={inter.className}>-{children}-</body>-</html>-);-}

Prompt
Component Preview

About

RootLayout - Create a structured layout for your Next.js app with an App Menubar, styled using Tailwind. Built with React and Tailwind. Copy now for free!

Share

Last updated 1 month ago