Closed ParadiseFallen closed 1 year ago
You're right, Blazor doesn't support attached props natively. Currently this project uses several approaches to overcome this issues:
CaptureUnmatchedValues
. You can read more about that with examples here.GridCell
element, you can take a look at example here.ShellProperties
. But there's no sample as for now, because I don't really like this approach (at least in a currently implemented way).Neither of those approaches is perfect, but as for now the first approach is the main one. It lacks a proper intelli-sense, but at least it looks fine.
I'm closing the issue, let me know if you have any more questions.
Hi. i like this project and waiting for official support too.
Whats your thoughts about attached properties? How to impliment em? It seems attached props will require changes in
Blazor
itself