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
Yes, this is something we really need if we want to talk with other libraries (WinJs but also MaterialUI, Antd etc). We discussed it in various places, see #209, #103, #150 and #155.
Hello.
It would be nice if
rt-template
has a option to put a React component itself (not a function) as a child property.I use Microsoft's WinJS toolkit through react-winjs.
Some react-winjs components require other renderable React components as their properties.
For example, the
ReactWinJS.SplitView
of this sample code has child propertiespaneComponent
andcontentComponent
which are also React components.For example,
rt-template
within-place
property (instead ofarguments
property) makes sense?The text was updated successfully, but these errors were encountered: