- Supports Nested modal ✅
- Supports draggable dropdown menu ✅
- Style object for styling 🖌
npm i @swimshahriar/re-modal
# or
yarn add @swimshahriar/re-modal
Link: sandbox
Prop | Type | isRequired |
---|---|---|
open | boolean | required |
onClose | function | required |
type | string ('modal','dropdown') | optional |
isOverlay | boolean | optional |
draggable | boolean | optional |
targetRef | useRef Element | required if type is 'dropdown' |
style | style object | optional |
dragAreaStyle | style object | optional |