GF-3 - Added shadcn
This commit is contained in:
parent
f12adba733
commit
2ed0a69e70
15 changed files with 698 additions and 11 deletions
|
|
@ -1,3 +1,10 @@
|
|||
<script setup lang="ts">
|
||||
import { Button } from "@/components/ui/button";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<h1 class="text-3xl font-bold underline bg-zinc-500">Dashboard</h1>
|
||||
<h1 class="text-3xl font-bold">Dashboard</h1>
|
||||
<div class="container">
|
||||
<Button size="lg">Testing 1, 2, 3</Button>
|
||||
</div>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue