Add a library of pre made components?
chanan opened this issue · comments
Chanan Braunstein commented
Consider making a library of pre made components for each html tag such as:
<Dynamic TagName="h1" ...>@ChildContent</Dynamic>
Give it a standard name such as BlazorousH1 that can then be used in the site:
<BlazorousH1>Heading 1</BlazorousH1>
The heading can then be styled like other Dynamic
tags either with the css prop or if css style attributes are implemented.
Chanan Braunstein commented
This has been blocked by https://github.com/aspnet/Blazor/issues/954 but that has now been fixed in the dev branch. Once that is merged, I will pick up this work again.
Chanan Braunstein commented
v0.7.1