mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-11 12:53:12 +00:00
Add MenuItem page
Add some information to Contact page
This commit is contained in:
parent
f61fb472e2
commit
ec2696fc1f
7 changed files with 221 additions and 22 deletions
|
@ -12,9 +12,11 @@
|
|||
<CaretDown />
|
||||
</button>
|
||||
</div>
|
||||
<div class="dropdown-content">
|
||||
<slot></slot>
|
||||
</div>
|
||||
{#if open }
|
||||
<div class="dropdown-content">
|
||||
<slot></slot>
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<style lang="scss">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue