@igloo-ui/popover v0.7.1
Popover
Popovers are small overlays that open on demand. They let users access additional content and actions without cluttering the page.
Installation
To install @igloo-ui/popover in your project, you will need to run the following command using npm:
npm install @igloo-ui/popoverIf you prefer Yarn, use the following command instead:
yarn add @igloo-ui/popoverUsage
Then to use the component in your code just import it!
import Popover from '@igloo-ui/popover';
import Hyperlink from '@igloo-ui/hyperlink';
<Popover
title="Date"
content="Popover copy"
action={
<Hyperlink>
<a href="#">Tell me more</a>
</Hyperlink>
}
>
Trigger content
</Popover>;11 months ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago