0.0.9 • Published 5 years ago

@rosszurowski/popover v0.0.9

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

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.4

5 years ago

0.0.1

5 years ago