File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
src/BootstrapBlazor.Server/Components/Samples Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- @page " /datetime-range"
1+ @page " /datetime-range"
22@inject IStringLocalizer <DateTimeRanges > Localizer
33
44<h3 >@Localizer ["Title"]</h3 >
1414
1515<DemoBlock Title =" @Localizer[" BindValueTitle " ]" Introduction =" @Localizer[" BindValueIntro " ]" Name =" BindValue" >
1616 <section ignore >
17+ <div class =" mb-3" >
18+ <Pre >dotnet add package BootstrapBlazor.Holiday</Pre >
19+ </div >
20+ <div class =" mb-3" >
21+ <Pre >builder.Services.AddBootstrapHolidayService();</Pre >
22+ </div >
1723 <GroupBox Title =" @Localizer[" Feature " ]" >
1824 <div class =" row g-3 form-inline text-end" >
1925 <div class =" col-12 col-sm-3" >
3036 </div >
3137 </div >
3238 </GroupBox >
33- <div class =" mt-3" >
34- <Pre >builder.Services.AddBootstrapHolidayService();</Pre >
35- </div >
3639 </section >
3740 <div class =" row g-3" >
3841 <div class =" col-12 col-sm-6" >
You can’t perform that action at this time.
0 commit comments