-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider making more components callable #941
Comments
This came up again today, suggested by a new user #2299
|
Did some light investigation on this today. It does strike me as a weird omission, especially as implementing it would be a fairly simple, non-breaking enhancement. I consider these to be good candidates for caller()-ification:
|
It feels fairly common to include html (eg multiple paragraphs), and possibly even other components, with a Details component, or other components such as Panel or Inset Text.
To this end, it'd be nice to make these component callable, so you could do this:
as an alternative to this:
The text was updated successfully, but these errors were encountered: