svelteuidev / svelteui

SvelteUI Monorepo
https://svelteui.dev
MIT License
1.29k stars 63 forks source link

[Feature Request] Alerts #498

Open AJR07 opened 3 months ago

AJR07 commented 3 months ago

Usage example, including component, action, motion, or utility API

For the Alert component, it would be cool to have the following features:

  1. Have a open parameter like the Modals for consistency
  2. Have a closeIcon boolean parameter, that if true will create a close (X) icon at the top right of the alert that can allow the user to close the alert

Possible implementation - describe how the feature can be implemented

Described above. I might create a pull request if I have the time.

Do you want to contribute this feature and create a pull request

Yes

BeeMargarida commented 2 months ago

Hey, thanks for the suggestion. Right now we are not implementing new features, since we want to focus first on migrating the lib to svelte 5 - https://github.com/svelteuidev/svelteui/issues/491

AJR07 commented 2 months ago

I see, can I check where the Svelte 5 lib is being developed? Can I modify the Alerts component there then?