slidenote.mp4
Slidenote is a scroll driven popover for React. Use it to increase your landing page conversion rate or increase subscriber sign ups from your blog post.
To start using the library, install it in your project:,
npm install slidenote
Use the Slidenote in your app.
import { Slidenote } from 'slidenote';
function MyComponent() {
return (
<Slidenote className="rounded-l-xl bg-white p-4 shadow-xl">
{/*
Your content here
*/}
</Slidenote>
);
}
Find the full API reference and examples in the documentation.