Dropul

Dependency-free hover popouts for React.

Preview an on hover
Show with text
Display a
Fetch

Install

npm i dropul

Usage

import { Dropout } from 'dropul';
import 'dropul/styles.css';

<Dropout
  variant="text"
  trigger="hover me"
  text="Hello world"
/>