Skip to content

swimshahriar/re-modal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

  • Supports Nested modal ✅
  • Supports draggable dropdown menu ✅
  • Style object for styling 🖌

Installation

npm i @swimshahriar/re-modal
# or
yarn add @swimshahriar/re-modal

Examples

Link: sandbox

Props

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