Wolfr / sveltekit-jui

Sveltekit-JUI is a kit of UI components to be used in conjunction with Svelte and Svelte Kit
https://sveltekit-jui-wolfr.vercel.app/
Other
44 stars 3 forks source link

Alert dialog #49

Open Wolfr opened 3 years ago

Wolfr commented 3 years ago

https://www.w3.org/TR/wai-aria-practices-1.1/examples/dialog-modal/alertdialog.html

Implement AlertDialog as a separate component to (related #25).

Wolfr commented 3 years ago
CleanShot 2021-04-11 at 13 53 34@2x

Similar to this component in Chakra UI. I envision this to be a separate component from <Modal /> but with a similar API.

We should test the situation then where an <AlertModal /> is on top of a <Modal> (quite a common UI situation).