react-notion example
Welcome to this demo page rendered by react-notion.
All kind of text styling options are supported.
Compare this page to the original Notion page
Supported Features
Lists
Full width
Small Text
List
- First Item
- Second Item
- Third Icon
- Sublist
- Item 1
- Nested
- Nested
- Item 2
- First Item
- Item 1
- Nested
- Nested
- Item 2
- Second Point
- Third Point
This is an example quote.
You can toggle this list
This is hidden content 🤫
Complex Layouts



Nesting works just fine.
It is also responsive.
Code Snippet
const Example = () => (
<div style={{ maxWidth: 768 }}>
<NotionRenderer blockMap={blockMap} />
</div>
);Video Embed
Custom Content

