Skip to content

Commit

Permalink
fix: Collapsible Panel: Hide events from Daylight (#4680)
Browse files Browse the repository at this point in the history
  • Loading branch information
margaree committed May 14, 2024
1 parent 838b8bb commit 76f6ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/collapsible-panel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,13 @@ The `d2l-collapsible-panel` element is a container that provides specific layout
| `panel-title` | String | The title of the panel |
| `skeleton` | Boolean | Renders the panel title and the expand/collapse icon as skeleton loaders |
| `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 |
<!-- docs: end hidden content -->

### Panel Types

Expand Down

0 comments on commit 76f6ad5

Please sign in to comment.