From 72c257b8ff64c5c545f81c45aae303e54358446c Mon Sep 17 00:00:00 2001 From: helenasabel Date: Thu, 2 May 2024 15:37:55 +0200 Subject: [PATCH] docs: adds pb-zoom to list of events --- src/pb-grid.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pb-grid.js b/src/pb-grid.js index 6a5c051b..41d03bb7 100644 --- a/src/pb-grid.js +++ b/src/pb-grid.js @@ -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 */