4.15.2 • Published 4 years ago
customized-react-notion-x v4.15.2
Customized Fork of react-notion-x
Refer to the original documentation here
Extended Features
- Exports
textcomponent to be passed as a config.
Install
yarn add customized-react-notion-xUsage
Once you have created your own custom Text component, you can pass it to the Notion Renderer components:
<NotionRenderer
recordMap={page.blocks}
components={{
text: Text
}}
/>