Skip to content
New issue

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

create a standard, configurable dialog component for basic use cases #3

Open
samrichardsontylertech opened this issue May 23, 2022 · 0 comments · May be fixed by #4
Open

create a standard, configurable dialog component for basic use cases #3

samrichardsontylertech opened this issue May 23, 2022 · 0 comments · May be fixed by #4
Labels
enhancement New feature or request

Comments

@samrichardsontylertech
Copy link
Contributor

Describe the feature:
A simple dialog component for things like confirmations and alerts should be exported from the library to avoid the same thing being recreated across projects. The component should be standardized to comply with Forge guidance and accessibility best practices but configurable for a variety of use cases.

Describe any alternatives you've considered:
The dialog service already exposes a method to show dialogs, but the dialog components themselves need to be created per project. With simple confirmation or alert dialogs this has resulted in differing UXs, extra effort spent, and more opportunities for bugs. A single exported component would solved these problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant