Skip to content

Commit

Permalink
fix: address PR feedback
Browse files Browse the repository at this point in the history
Co-authored-by: Adam DeHaven <[email protected]>
  • Loading branch information
portikM and adamdehaven committed Dec 1, 2023
1 parent 3bb80ff commit 70f0e98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/components/card.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ Content to be rendered in the title of the card.

### actions

Located next to card title, this slot serves for slotting in any action elements. See the example below.
Located to the right of the card title, the `actions` slot allows for slotting in any action elements. See the example below.

### footer

Bottom drawer of the card. Helpful for providing information of lesser importance.
Bottom drawer of the card. Useful for providing contextual information.

<KCard>
<template #title>
Expand Down
2 changes: 1 addition & 1 deletion sandbox/pages/SandboxCard.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<SandboxLayout
:links="inject('app-links', [])"
title="KButton"
title="KCard"
>
<div class="kcard-sandbox">
<SandboxTitleComponent
Expand Down

0 comments on commit 70f0e98

Please sign in to comment.