leptos_toaster
leptos_toaster copied to clipboard
A Toaster component for Leptos
Results
4
leptos_toaster issues
Sort by
recently updated
recently updated
newest added
This doesn't look pretty in the response body. ``` .leptos-toaster { position: fixed; width: var(--width); box-sizing: border-box; padding: 0; margin: 0; list-style: none; outline: none; z-index: 999999999; } ... ```...
Create a demo is the best to convince people to use your library, so I think that's a good idea and I think this is relatively quick to do