react-notion-x
react-notion-x copied to clipboard
feat: add page icon align option
trafficstars
Description
Some users prefer the default Notion page icon alignment style. To accommodate this preference, this PR introduces the alignCenter option in NotionRenderer.
- Added
alignCenterprop toNotionRendererto allow customizable page icon alignment. - Adjusted related CSS styles to ensure proper icon positioning.