The project is discontinued as Blazor supports more children RenderFragment properties out-of-the-box.
BlazorContentProperty is workaround for Blazor's unsupported Content properties. It's usefull for any who needs to have more ChildContent properties in a component (e.g. Splitter).
- See sample project - focus \Shared\HorizontalSplitter.cshtml and \Pages\Index.cshtml files.
- Create your component - like HorizontalSplitter. Don't forget to enter "@inherits ContentsComponentBase" into.
- Use your component on a page.
- all is provided as is without any warranty.
- developed with version 3.2.0-preview1.20073.1 wasm.
- see other branches for versions compatible with previous Blazor releases.