frontend: add shadcn vue, replace custom css with tailwind
Signed-off-by: Nicolas Froger <nicolas@kektus.xyz>
This commit is contained in:
parent
08d529c381
commit
227332e5d4
19 changed files with 1480 additions and 289 deletions
14
summer2024-frontend/src/views/AdminView.vue
Normal file
14
summer2024-frontend/src/views/AdminView.vue
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<script setup>
|
||||
import { Button } from '@/components/ui/button/index.js'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex flex-col mt-20 w-full justify-center items-center gap-4">
|
||||
<Button>test</Button>
|
||||
<Button>test</Button>
|
||||
<Button>test</Button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue