4.15.2 • Published 2 years ago

customized-react-notion-x v4.15.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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
  }}
/>