Svelte Modals
Custom modals in Svelte and Bootstrap 5
Last Updated: 2/17/2023
Types of Modals:
- Default Modal with text
- Form Modal:
- This modal contains a submit button and a list of items. It stores the values checked to localStorage and retrieves them for the user. You can edit your list after submission as well.