API Reference
Advanced Tutorials
Comparison
FAQ
Contributing
Testing
Migration Guide
Licence
This is documentation for Refine 3.xx.xx, which is no longer actively maintained.
For up-to-date documentation, see the latest version (4.xx.xx).
Version: 3.xx.xx
useModal
Using the useModal
hook that comes with the headless version of refine, you may manage a modal. This hook is UI-independent and only includes show and close operations. You can create your UI as you like, and control it with the useModal
hook.
Refer to the refine useModal hook documentation for more information. →
Run on your local
npm create refine-app@latest -- --example core-use-modal