mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-15 22:53:15 +00:00
Add Dropdowns
Rename folder from Components to Elements Clean up font sizing and weighting
This commit is contained in:
parent
1d4f6d5b70
commit
03aef063bc
19 changed files with 628 additions and 135 deletions
8
front/src/pages/elements/LoadingBar.svelte
Normal file
8
front/src/pages/elements/LoadingBar.svelte
Normal file
|
@ -0,0 +1,8 @@
|
|||
<script>
|
||||
export let bottom = false
|
||||
</script>
|
||||
|
||||
<div class="loader" class:bottom={bottom}>
|
||||
<div class="bar bar-1"></div>
|
||||
<div class="bar bar-2"></div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue