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
We want to offer a pre-build alert dialog component that can be used to quickly implement common alert dialogs (e.g. delete or confirm dialogs).
Internally, the component uses our existing generic OnyxDialog component.
No response
Figma design
OnyxDialog
modal
alert
export type OnyxAlertDialogProps = Omit<OnyxDialogProps, "modal" | "alert">;
Alert dialog pattern
The following component requirements are implemented:
apps/demo-app/src/views/HomeView.vue
Should be covered by tests:
Make sure, that
Storybook Documentation
The text was updated successfully, but these errors were encountered:
larsrickert
No branches or pull requests
Why?
We want to offer a pre-build alert dialog component that can be used to quickly implement common alert dialogs (e.g. delete or confirm dialogs).
Internally, the component uses our existing generic OnyxDialog component.
Open questions / TODOs
No response
Depends on
No response
Design
Figma design
Acceptance criteria
Implementation details
OnyxDialog
for all modalsmodal
andalert
property are always setReference implementations
No response
Applicable ARIA Pattern
Alert dialog pattern
Definition of Done
The following component requirements are implemented:
apps/demo-app/src/views/HomeView.vue
Should be covered by tests:
Make sure, that
Approval
Storybook
Documentation
The text was updated successfully, but these errors were encountered: