UI Components
Modal
A simple reusable modal component.
This is a simple resuable modal component. It comes standard with a close button and backdrop. You can also click outside the modal to close it.
The component is made using the DaisyUI modal component: https://daisyui.com/components/modal
Usage
+page.svelte
Modal component
Located at src/lib/ui/components/Modal.svelte
.
You can customize it to your needs.