@economist/component-balloon
v2.7.2
Published
A balloon that can expose content when an click happens
Downloads
30
Readme
Balloon
A balloon that can expose content when an click happens
Component balloon offers a way to hide content from a user until they interact with an element, either via hover or click.
Usage
Simply import the component for use in your project:
import Balloon from '@economist/component-balloon';
return <Balloon/>;
For more examples on usage, see src/example.es6
.
Install
npm i -S @economist/component-balloon
Run tests
npm test