Introduction
Modal : init action
initModal action is a good way to create a flexible modal.
- It has noDefaultAnchor by default
- It makes your anchor works without extra element binding
Be sure to pass the children Snippet prop. Which, by the way, can have a parameter that represent the ModalRemote.
Basic use
Modal children snippet
Having the ModalRemote as parameter of the children snippet make it easy to create a button inside of your modal that controls it, for instance :
Works well with tooltip
And tooltip props remains reactive, try it !
disabled
onMouse
hideMS