Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz1
/
nebula
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
89a8d13
nebula
/
src
/
components
/
toasts
/
ToastWrapper.svelte
soiz1
Upload 109 files
89a8d13
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
160 Bytes
<
script
lang
=
"ts"
>
import
{ Toaster }
from
"svelte-french-toast"
;
</
script
>
<
div
class
=
"hidden"
id
=
"toastwrapper"
>
<
Toaster
/>
<
slot
/>
</
div
>