Skip to content

Commit

Permalink
feat(QIntersection): add "hidden" slot #15752
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Apr 28, 2023
1 parent 5fe8dcf commit cea8485
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/src/components/intersection/QIntersection.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@
"slots": {
"default": {
"extends": "default"
},

"hidden": {
"desc": "Slot for content to render when component is not on screen; Example: a text that the user can search for with the browser's search function",
"addedIn": "v2.11.11"
}
},

Expand Down

0 comments on commit cea8485

Please sign in to comment.