1.0.1 • Published 3 years ago
@vygruppen/spor-popover-react v1.0.1
Popover (React)
Popovers are used to display information about an element.
Installation
$ npm install @vygruppen/spor-popover-react
Usage
import { SimplePopover } from "@vygruppen/spor-popover-react";
You can add a popover to any element by wrapping that element in a Popover
component.
<SimplePopover triggerElement={<Button>Click me to learn more</Button>}>
<Text>This is a popover text that will show up</Text>
</SimplePopover>
There are other components too, like WizardPopover
, and lots of other components.
Development
Please refer to the root readme for development notes.
1.0.1
3 years ago
1.0.0
3 years ago
0.1.16
3 years ago
0.1.17
3 years ago
0.1.18
3 years ago
0.1.19
3 years ago
0.1.14
3 years ago
0.1.15
3 years ago
0.1.10
3 years ago
0.1.11
3 years ago
0.1.12
3 years ago
0.1.13
3 years ago
0.1.8
3 years ago
0.1.7
3 years ago
0.1.9
3 years ago
0.1.6
3 years ago
0.1.5
3 years ago
0.1.2
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago