Created
March 5, 2021 15:17
-
-
Save nolimits4web/d336679eafefbe39556479bcaca8929a to your computer and use it in GitHub Desktop.
f7-next-index
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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