0.0.9 • Published 6 years ago

@rosszurowski/popover v0.0.9

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

A tiny Popover component for React and Preact apps. Simple, and usable for many different settings.

  • Minimal dependencies
  • Supports both React and Preact

Getting Started

import Popover from "@rosszurowski/popover";

function App() {
  return (
    <Popover content="Hello world">
      <button type="button">Toggle a popover</button>
    </Popover>
  );
}
0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.4

6 years ago

0.0.1

6 years ago