Skip to content

Instantly share code, notes, and snippets.

@AWolf81
Created November 8, 2018 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AWolf81/afc06573fa6483ef6ef579d6eebd1684 to your computer and use it in GitHub Desktop.
Save AWolf81/afc06573fa6483ef6ef579d6eebd1684 to your computer and use it in GitHub Desktop.
Part of summay pane (Next.js copy)
details = (
<Fragment>
<Paragraph>
<strong>Next.js</strong>
</Paragraph>
<Paragraph>
Next.js is a lightweight framework for static and
server-rendered applications.
</Paragraph>
<Paragraph>
Server-rendered by default. No need to worry about routing. A
great choice for quickly getting products built with
server-side rendering by a Node.js server.
</Paragraph>
<Paragraph>
<ExternalLink
color={COLORS.white}
hoverColor={COLORS.white}
href="https://nextjs.org/learn/"
>
<strong>Learn more about Next.js.</strong>
</ExternalLink>
</Paragraph>
</Fragment>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment