Skip to content

Commit

Permalink
docs(button-area): add header slot to expansion panel example (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
samrichardsontylertech authored Nov 27, 2023
1 parent ab5c977 commit 64ac049
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const ButtonAreaInExpansionPanelCodeHtml = () => {
return `
<forge-card>
<forge-expansion-panel id="expansion-panel">
<forge-button-area>
<forge-button-area slot="header">
<button slot="button" type="button" id="button" aria-controls="expandable-content" aria-expanded="false">Toggle panel</button>
<div class="header-content">
<div>
Expand Down

0 comments on commit 64ac049

Please sign in to comment.