Add CharacterBuilder class to unify and compile the features

This commit is contained in:
Clément Pons
2025-07-21 12:01:52 +02:00
parent 996b9711e4
commit a8dcc47a1b
15 changed files with 491 additions and 436 deletions

View File

@@ -18,7 +18,7 @@ const { message, delay = 300, side } = defineProps<{
delay?: number
disabled?: boolean
side?: 'left' | 'right' | 'top' | 'bottom'
align: 'start' | 'center' | 'end'
align?: 'start' | 'center' | 'end'
}>();
</script>