diff --git a/src/components/button/readme.md b/src/components/button/readme.md index fc46e11205150f624f2ae72d8ed66f443b6f203d..6fe6562be31689da9aae331dfce14c80c74bd98b 100644 --- a/src/components/button/readme.md +++ b/src/components/button/readme.md @@ -71,6 +71,7 @@ Something awesome! <!-- Auto Generated Below --> + ## Properties | Property | Attribute | Description | Type | Default | @@ -79,6 +80,7 @@ Something awesome! | `iconRight` | `icon-right` | | `string` | `undefined` | | `variant` | `variant` | | `ButtonVariants.default \| ButtonVariants.outline \| ButtonVariants.secondary` | `ButtonVariants.default` | + ## Dependencies ### Depends on @@ -86,13 +88,12 @@ Something awesome! - [hy-icon](../icon) ### Graph - ```mermaid graph TD; hy-button --> hy-icon style hy-button fill:#f9f,stroke:#333,stroke-width:4px ``` ---- +---------------------------------------------- HY component demo