Add Dropdowns

Rename folder from Components to Elements
Clean up font sizing and weighting
This commit is contained in:
Michał Gdula 2024-04-24 14:47:47 +01:00
parent 1d4f6d5b70
commit 03aef063bc
19 changed files with 628 additions and 135 deletions

View 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>