Skip to content

Commit

Permalink
docs: adds pb-zoom to list of events
Browse files Browse the repository at this point in the history
  • Loading branch information
HelenaSabel committed May 2, 2024
1 parent c3f557d commit 72c257b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pb-grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import './pb-panel.js';
* @slot - default unnamed slot for the panel
* @fires pb-refresh - Fired after a new column has been added to allow connected components to refresh.
* @fires pb-panel - When received, updates the list of panels to show
* @fires pb-zoom - When received, zoom in or out by changing font size of the content
* @cssprop --pb-grid-column-widths - Columns width specified according to the grid-template-columns property of the CSS Grid Layout
* @cssprop --pb-grid-column-gap - Width of the gap between columns
*/
Expand Down

0 comments on commit 72c257b

Please sign in to comment.