Skip to content

Commit

Permalink
fix(docs): fix event docs of InfoCard
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Feb 23, 2022
1 parent a2ea11c commit 2ccd670
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ InfoCardCustomImageCentered,

<InfoCardTitle />

### Button
### InfoCard with Buttons

Two buttons

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ showTabs: true

## Events

| Events | Description |
| ----------- | --------------------------------------------------------------- |
| `on_accept` | _(optional)_ will be called when user clicks the accept button. |
| `on_close` | _(optional)_ will be called when user clicks the close button. |
| Events | Description |
| ---------- | --------------------------------------------------------------- |
| `onAccept` | _(optional)_ will be called when user clicks the accept button. |
| `onClose` | _(optional)_ will be called when user clicks the close button. |

0 comments on commit 2ccd670

Please sign in to comment.