mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-04 04:58:05 +08:00
f537cee4b5
* feat: radio supports generics * fix: code format * feat: radio supports form * fix: radio button style Co-authored-by: ElderJames <shunjiey@hotmail.com>
10 lines
233 B
C#
10 lines
233 B
C#
@namespace AntDesign
|
|
@typeparam TValue
|
|
@inherits AntInputComponentBase<TValue>
|
|
|
|
<CascadingValue Value="this">
|
|
<div class="@ClassMapper.Class" style="@Style" id="@Id" @ref="Ref">
|
|
@ChildContent
|
|
</div>
|
|
</CascadingValue>
|