Skip to content

cyrus25/react-notion-x

 
 

Repository files navigation

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

About

Fast and accurate React renderer for Notion. TS batteries included. ⚡️

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 81.3%
  • CSS 18.0%
  • JavaScript 0.7%