Skip to content

devneill/slidenote

Repository files navigation

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.

Usage

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>
  );
}

Documentation

Find the full API reference and examples in the documentation.