4.15.2 • Published 3 years ago
customized-react-notion-x v4.15.2
Customized Fork of react-notion-x
Refer to the original documentation here
Extended Features
- Exports
text
component to be passed as a config.
Install
yarn add customized-react-notion-x
Usage
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
}}
/>