How to trigger an event when a card is maximized? #1184
Replies: 1 comment
-
|
Luckily, I noticed that. I'll add it during v3. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One of the features of the card component is the possibility of rendering it in a minimized state with the minimize="mount" attribute.
I want to know if there is a way to observe when the user maximizes it to trigger an event. For example, getting a list of products from the database after it is maximized.
Beta Was this translation helpful? Give feedback.
All reactions