TS Fixes + Demo Cleanup

This commit is contained in:
David Haz
2025-09-01 09:53:42 +03:00
parent af455f62d5
commit 74b276c357
91 changed files with 107 additions and 392 deletions

View File

@@ -4,7 +4,7 @@
<template #preview>
<h2 class="demo-title-extra">Default</h2>
<div class="demo-container">
<div class="demo-container h-[200px]">
<div class="text-[2rem]">
<GradientText
text="Add a splash of color!"
@@ -17,7 +17,7 @@
<h2 class="demo-title-extra">Border Animation</h2>
<div class="demo-container">
<div class="demo-container h-[200px]">
<div class="text-[2rem]">
<GradientText
text="Now with a cool border!"
@@ -128,9 +128,3 @@ const propData = [
}
];
</script>
<style scoped>
.demo-container {
min-height: 200px;
}
</style>