Skip to content

Instantly share code, notes, and snippets.

@nolimits4web
Created March 5, 2021 15:17
Show Gist options
  • Save nolimits4web/d336679eafefbe39556479bcaca8929a to your computer and use it in GitHub Desktop.
Save nolimits4web/d336679eafefbe39556479bcaca8929a to your computer and use it in GitHub Desktop.
f7-next-index
import { Page, Navbar, Block } from 'framework7-react';
export default function Home() {
return (
<Page>
<Navbar title="Framework7 Next.js" />
<Block>
Hello world from Next.js
</Block>
</Page>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment