0.1.3 • Published 3 years ago

notion-react-renderer v0.1.3

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

WIP notion-react-renderer

A react renderer for the Notion API blocks.

Example:

<ReactNotionRenderer
  blocks={data.results}
  colors={{ red: '#cc0000', background_red: '#ff7575' }}
/>

Supported: paragraph, heading_1, heading_2, heading_3, bold, italic, strikethrough, underline, code

To Do: bulleted_list_item, numbered_list_item, to_do, toggle

Unsupported (By the API currently): Non-text blocks (for example pictures)

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago