We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. This is part of moving away from material ui
Describe the solution you'd like Create a custom Modal with tailwind and headlessui and replace the existing mui dialog or modals
cc: @nihal467
The text was updated successfully, but these errors were encountered:
Dialog
expected props: - title - description (optional) - children - onClose (optional) - show
ConfirmActionDialog
props additional to above: - action: string (eg. "Delete") - severity: warning / danger - onConfirm - onCancel - confirmationText
example:
cc: @khavinshankar @gigincg
Sorry, something went wrong.
Hi, @gigincg, @nihal467, @khavinshankar, @mathew-alex, @aparnacoronasafe, This issue has been automatically marked as stale because it has not had any recent activity.
rithviknishad
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
This is part of moving away from material ui
Describe the solution you'd like
Create a custom Modal with tailwind and headlessui and replace the existing mui dialog or modals
cc: @nihal467
The text was updated successfully, but these errors were encountered: