react-notion-x icon indicating copy to clipboard operation
react-notion-x copied to clipboard

Group title + icon + cover in the same div.

Open joelbqz opened this issue 4 years ago • 0 comments
trafficstars

Thanks for this amazing resource, it would be nice if the main page title can be grouped together with the cover image, just like super.so templates, also main page title to be <h1> tag instead of <span>

image

Example:

<div class="notion-page__header">
    <div class="notion-page__cover">
        <img src="/cover-img.jpg"/>
    </div>
    <div class="notion-page__title">
        <h1>This is the page title</h1>
    </div>
<div/>
<div class="notion-page__content">
...
</div>

I'm happy to help with a pull request on this if you can provide me a little bit of guidance on where to edit this, I just dicovered this library recently and i'm not very familiar with it.

joelbqz avatar Apr 25 '21 20:04 joelbqz