You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So you can see that the slot :header and the slot :content both take the class attribute here and that is better than passing it into the top level function component. Here is how we did it for LVN:
Example, accordion. The documentation referes to
header_class=
andcontent_class=
Instead we should permit this:
So you can see that the slot
:header
and the slot:content
both take theclass
attribute here and that is better than passing it into the top level function component. Here is how we did it for LVN:https://github.com/liveview-native/liveview-client-swiftui/blob/main/priv/templates/lvn.swiftui.gen/core_components.ex#L614
and
https://github.com/liveview-native/liveview-client-swiftui/blob/main/priv/templates/lvn.swiftui.gen/core_components.ex#L622
The text was updated successfully, but these errors were encountered: