mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-25 02:46:39 +07:00
made contacts page
This commit is contained in:
parent
884b2ea507
commit
623fa7b7fd
16 changed files with 346 additions and 25 deletions
15
components/ui/UiButtonGroup.vue
Normal file
15
components/ui/UiButtonGroup.vue
Normal file
|
@ -0,0 +1,15 @@
|
|||
<template>
|
||||
<div :class="[$attrs.class, $style.buttons]">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup></script>
|
||||
|
||||
<style lang="scss" module>
|
||||
.buttons {
|
||||
& > * {
|
||||
margin: 0 15px 15px 0;
|
||||
}
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue