File tree Expand file tree Collapse file tree
src/BootstrapBlazor.Shared Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <div >
2+ <IpAddress @bind-Value =" @Value" />
3+ <div class =" mt-3" >@Value </div >
4+ </div >
5+
6+ @code {
7+ private string ? Value { get ; set ; }
8+ }
Original file line number Diff line number Diff line change 40834083 "Limit" : " time limit"
40844084 },
40854085 "BootstrapBlazor.Shared.Samples.Ips" : {
4086- "BasicUsageTitle" : " Basic usage"
4086+ "IpNormalTitle" : " Basic usage" ,
4087+ "IpNormalIntro" : " Enter and display the <code>ip</code> address in sections, for example: <code>192.168.1.1</code>"
40874088 },
40884089 "BootstrapBlazor.Shared.Samples.Displays" : {
40894090 "Title" : " Display" ,
Original file line number Diff line number Diff line change 40904090 "Limit" : " 时间范围"
40914091 },
40924092 "BootstrapBlazor.Shared.Samples.Ips" : {
4093- "BasicUsageTitle" : " 基础用法"
4093+ "IpNormalTitle" : " 基础用法" ,
4094+ "IpNormalIntro" : " 分段录入并显示 <code>ip</code> 地址,例如:<code>192.168.1.1</code>"
40944095 },
40954096 "BootstrapBlazor.Shared.Samples.Displays" : {
40964097 "Title" : " Display 显示组件" ,
Original file line number Diff line number Diff line change 11@page " /ips"
22@inject IStringLocalizer <Ips > Localizer
33
4- <DemoBlock Title =" @Localizer[" BasicUsageTitle " ]" Name =" Normal" >
5- <IpAddress @bind-Value =" @Value" />
6- <div class =" mt-3" >@Value </div >
7- </DemoBlock >
8-
4+ <DemoBlock Title =" @Localizer[" IpNormalTitle " ]" Introduction =" @Localizer[" IpNormalIntro " ]" Name =" Normal" Demo =" typeof(Demos.Ip.IpNormal)" />
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments