Skip to content

Commit

Permalink
Document collapsible panel events (#4679)
Browse files Browse the repository at this point in the history
  • Loading branch information
semibran committed May 14, 2024
1 parent 83d67f3 commit 838b8bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/collapsible-panel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@ The `d2l-collapsible-panel` element is a container that provides specific layout
| `type` | String | The type of collapsible panel |
<!-- docs: end hidden content -->

### Events
| Event | Description |
|--|--|
| `d2l-collapsible-panel-expand` | Dispatched when the panel is expanded |
| `d2l-collapsible-panel-collapse` | Dispatched when the panel is collapsed |

### Panel Types

#### Default
Expand Down

0 comments on commit 838b8bb

Please sign in to comment.