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.
- Host: GitHub
- URL: https://github.com/danielphenricks/sveltemodals
- Owner: DanielPHenricks
- Created: 2023-02-08T23:37:43.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T23:07:32.000Z (over 3 years ago)
- Last Synced: 2025-02-08T02:26:47.645Z (over 1 year ago)
- Language: Svelte
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.