Popup
Container for showing popup.
Import
import { Popup } from "@dhua5922/react-native-kit";
Props
note
Include all props from Div
| Name | Type | Default | Description |
|---|---|---|---|
left | string | auto | Distance between the left edge of a positioned element and the left edge of its containing block |
top | string | auto | Distance between the top edge of a positioned element and the top edge of its containing block |
width | string | auto | Width of popup. |
visible | boolean | Indicator of whether to show popup. | |
onShow | () => void | Callback fired when showing popup. | |
onHide | () => void | Callback fired when hiding popup. |