0.1.7 • Published 8 months ago

slidenote v0.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

https://github.com/user-attachments/assets/0b938b3e-3886-4a88-9fac-f1c4ea80cbab

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="fixed bottom-1/3 right-0 rounded-l-xl bg-white p-4 shadow-xl">
      {/*
        Your content here
      */}
    </Slidenote>
  );
}

Documentation

Find the full API reference and examples in the documentation.

0.1.7

8 months ago

0.1.6

8 months ago

0.1.5

9 months ago

0.1.4

9 months ago

0.1.3

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago