diff --git a/docs/content/3.components/alert.md b/docs/content/3.components/alert.md index 4f881da9..7f4eb5cb 100644 --- a/docs/content/3.components/alert.md +++ b/docs/content/3.components/alert.md @@ -8,6 +8,8 @@ links: ## Usage +### Title + Use the `title` prop to set the title of the Alert. ::component-code diff --git a/docs/content/3.components/avatar.md b/docs/content/3.components/avatar.md index 3bb657db..c9a6050d 100644 --- a/docs/content/3.components/avatar.md +++ b/docs/content/3.components/avatar.md @@ -11,6 +11,8 @@ links: ## Usage +### Src + Use the `src` prop to set the image URL. You can pass any property from HTML `` element such as `alt`, `loading`, etc. ::component-code diff --git a/docs/content/3.components/badge.md b/docs/content/3.components/badge.md index 4f24b59f..54865f45 100644 --- a/docs/content/3.components/badge.md +++ b/docs/content/3.components/badge.md @@ -8,6 +8,8 @@ links: ## Usage +### Label + Use the default slot to set the label of the Badge. ::component-code diff --git a/docs/content/3.components/breadcrumb.md b/docs/content/3.components/breadcrumb.md index 329c9456..1fc0cda4 100644 --- a/docs/content/3.components/breadcrumb.md +++ b/docs/content/3.components/breadcrumb.md @@ -8,6 +8,8 @@ links: ## Usage +### Items + Use the `items` prop as an array of objects with the following properties: - `label?: string`{lang="ts-type"} diff --git a/docs/content/3.components/button.md b/docs/content/3.components/button.md index 0070cf46..2f36968f 100644 --- a/docs/content/3.components/button.md +++ b/docs/content/3.components/button.md @@ -8,6 +8,8 @@ links: ## Usage +### Label + Use the default slot to set the label of the Button. ::component-code diff --git a/docs/content/3.components/kbd.md b/docs/content/3.components/kbd.md index 9604c1b2..fbf7d15c 100644 --- a/docs/content/3.components/kbd.md +++ b/docs/content/3.components/kbd.md @@ -11,6 +11,8 @@ navigation: ## Usage +### Value + Use the default slot to set the value of the Kbd. ::component-code diff --git a/docs/content/3.components/tabs.md b/docs/content/3.components/tabs.md index 92385f8c..07461ade 100644 --- a/docs/content/3.components/tabs.md +++ b/docs/content/3.components/tabs.md @@ -11,6 +11,8 @@ links: ## Usage +### Items + Use the `items` prop as an array of objects with the following properties: - `label?: string`{lang="ts-type"}