webiny-js icon indicating copy to clipboard operation
webiny-js copied to clipboard

feat(admin-ui): Toast component

Open leopuleo opened this issue 1 year ago • 0 comments

This PR adds the Toast component to the @webiny/admin-ui package.

We are exporting a props-based flat component based on the following radix component.

The new component is fully compatible with the old Snackbar component, but some refactoring is needed when UI tokens are defined.

The useSnackbar hook is fully compatible with the new Toast component. Refactoring the hook will be necessary; a separate PR will address it.

leopuleo avatar Sep 04 '24 07:09 leopuleo