text area

This commit is contained in:
Sirttas
2026-06-07 22:06:53 +02:00
parent 47bd728530
commit 023693c4c8
10 changed files with 46 additions and 325 deletions
+4 -3
View File
@@ -12,7 +12,8 @@ const modelValue = defineModel({ default: false });
<style scoped>
@reference "@/style.css";
input:checked ~ span:last-child {
--tw-translate-x: 1.25rem;
}
input:checked ~ span:last-child {
transform: translateX(1.25rem);
}
</style>