Styled one-page example



Heading1

Heading2

Heading3


Paragraph blocks

Paragraph block objects contain the following information within the paragraph property. Paragraph block objects contain the following information within the paragraph property. Paragraph block objects contain the following information within the paragraph property. Paragraph block objects contain the following information within the paragraph property. Paragraph block objects contain the following information within the paragraph property.


Image blocks


Code blocks

import NotionBlocks from "notion-block-renderer";

const Sample = ({ blocks }) => {
    return (
        <div>
            <NotionBlocks
                blocks={blocks}
            />
        </div>
    );
}


Bullet ListBulleted list item blocks

  • list1
  • list2
  • list3


Numbered list item blocks

  1. list1
  2. list2
  3. list3


Quote blocks

quote quote


Callout blocks

💡
callout


Table of contents blocks