@nateradebaugh/popover
v0.2.5
Published
Render a portal positioned relative to another element.
Downloads
1
Readme
Welcome to @nateradebaugh/popover!
This is a fork of @reach/popover with less dependencies. It removes the accessibility/portal functionality but will position a popover on the page.
Looking for the documentation?
Read the code!
Getting Started
popover is built with Yarn. Please follow their install instructions to get Yarn installed on your system.
Then, run these commands:
git clone [email protected]:nateradebaugh/popover.git
cd popover
yarn install
yarn build
Scripts:
yarn build # builds the package
yarn start # starts storybook server
yarn release # publishes the package
Running Examples
First do the steps in "Getting started", then start the Storybook server:
yarn start