feat(ui) : composant partagé MalioRequiredMark (astérisque champ obligatoire)

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-03 11:26:04 +02:00
parent df289aa829
commit 03fe458248
2 changed files with 31 additions and 0 deletions
@@ -0,0 +1,11 @@
<template>
<span
data-test="required-mark"
aria-hidden="true"
class="ml-0.5 select-none text-m-danger"
>*</span>
</template>
<script setup lang="ts">
defineOptions({name: 'MalioRequiredMark', inheritAttrs: false})
</script>