1.0.1 • Published 1 year ago

@vygruppen/spor-popover-react v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1 year ago

1.0.0

2 years ago

0.1.16

2 years ago

0.1.17

2 years ago

0.1.18

2 years ago

0.1.19

2 years ago

0.1.14

2 years ago

0.1.15

2 years ago

0.1.10

2 years ago

0.1.11

2 years ago

0.1.12

2 years ago

0.1.13

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.9

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.2

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago