tailwind stuff

This commit is contained in:
iamBadgers
2026-03-28 12:50:12 -07:00
parent 3bd86464e4
commit 20398be7c4
5 changed files with 641 additions and 69 deletions

View File

@@ -38,6 +38,9 @@ function stopTable(tableId: number) {
</script>
<style>
@import "tailwindcss";
@import "tailwindcss-primeui";
.ActiveTables {
margin: 20px;
@@ -90,6 +93,9 @@ function stopTable(tableId: number) {
</template>
</Column>
</DataTable>
<div class="flex justify-end">
<Button label="New Table"/>
</div>
</template>
</Card>