An open API service indexing awesome lists of open source software.

https://github.com/danielphenricks/sveltemodals

Custom modals made in Svelte and Bootstrap 5 being used for my VandyTab project.
https://github.com/danielphenricks/sveltemodals

Last synced: over 1 year ago
JSON representation

Custom modals made in Svelte and Bootstrap 5 being used for my VandyTab project.

Awesome Lists containing this project

README

          

# Svelte Modals

Custom modals in Svelte and Bootstrap 5

Last Updated: 2/17/2023

## Types of Modals:

1) Default Modal with text
2) 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.