From e7e1b2339f23bb5cad9e4b6a211f67688ae6164b Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Thu, 11 Jul 2024 17:43:03 +0200 Subject: [PATCH] docs(container): update --- docs/app/components/content/examples/ContainerExample.vue | 5 +++++ docs/content/3.components/card.md | 2 -- docs/content/3.components/container.md | 8 +++++++- 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 docs/app/components/content/examples/ContainerExample.vue diff --git a/docs/app/components/content/examples/ContainerExample.vue b/docs/app/components/content/examples/ContainerExample.vue new file mode 100644 index 00000000..4dc139a1 --- /dev/null +++ b/docs/app/components/content/examples/ContainerExample.vue @@ -0,0 +1,5 @@ + diff --git a/docs/content/3.components/card.md b/docs/content/3.components/card.md index d6973f14..34026e7e 100644 --- a/docs/content/3.components/card.md +++ b/docs/content/3.components/card.md @@ -16,8 +16,6 @@ props: --- :: -## Examples - ## API ### Props diff --git a/docs/content/3.components/container.md b/docs/content/3.components/container.md index ebedc27d..d6aee716 100644 --- a/docs/content/3.components/container.md +++ b/docs/content/3.components/container.md @@ -8,7 +8,13 @@ links: ## Usage -## Examples +::component-example +--- +name: 'container-example' +props: + class: 'w-full' +--- +:: ## API