ben-ryder
released this
27 Apr 19:22
·
10 commits
to main
since this release
Removing JAlertDialog
component and refactoring dialog implementation to use HeadlessUI rather than Radix.
This is to allow the modal to be controlled via props and not rely on a trigger element, as some modals may have more than one trigger element or none at all.
🛠️ Changes
⚠️ RemovingJAlertDialog
component and addingrole
prop toJDialog
which can be set toalertdialog
instead.⚠️ RefactoringJDialog
component to use Headless UI dialog component and renaming some props.