diff --git a/front/src/components/radio/Card.vue b/front/src/components/radio/Card.vue index 4dbd694b8..58c3329b6 100644 --- a/front/src/components/radio/Card.vue +++ b/front/src/components/radio/Card.vue @@ -1,5 +1,5 @@ @@ -103,7 +103,7 @@ const attributes = computed(() => ({ diff --git a/front/src/components/ui/Modal.vue b/front/src/components/ui/Modal.vue index 2041af104..5f02483af 100644 --- a/front/src/components/ui/Modal.vue +++ b/front/src/components/ui/Modal.vue @@ -1,5 +1,5 @@ + +# Using alignments + +You can align items inside `flex` and `grid` layouts. + +## Align a component relative to its container with `align-self` + + + + + + +🐌 +_ +align-self={{ alignment }} + + + + + + +🐌 +_ +{{ alignment }} + + + + +## Align the content of a component with `align-text` + + + +```vue-html + 🐌 + 🐌 + 🐌 + 🐌 + 🐌 +``` + + + 🐌 + 🐌 + 🐌 + 🐌 + 🐌 + + diff --git a/front/ui-docs/using-color.md b/front/ui-docs/using-color.md index 9acd0bf84..30725eb3e 100644 --- a/front/ui-docs/using-color.md +++ b/front/ui-docs/using-color.md @@ -1,5 +1,5 @@ - + ``` - + @@ -86,7 +86,7 @@ const props = defineProps<{ - + ``` diff --git a/front/ui-docs/using-widths.md b/front/ui-docs/using-width.md similarity index 73% rename from front/ui-docs/using-widths.md rename to front/ui-docs/using-width.md index 5606ff7e1..68f6a591a 100644 --- a/front/ui-docs/using-widths.md +++ b/front/ui-docs/using-width.md @@ -1,16 +1,6 @@ # Using widths