0.0.9 • Published 4 years ago

@rosszurowski/popover v0.0.9

Weekly downloads
1
License
MIT
Repository
-
Last release
4 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

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago