File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
src/BootstrapBlazor.Server/Components/Samples Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 4242 </Dropdown >
4343</DemoBlock >
4444
45+ <DemoBlock Title =" @Localizer[" DropdownItemsTemplateTitle " ]" Introduction =" @Localizer[" DropdownItemsTemplateIntro " ]"
46+ Name =" ItemTemplate" >
47+ <Dropdown TValue =" string" Items =" ItemTemplateList" >
48+ <ItemsTemplate >
49+ <DropdownItem Text =" Copy" Icon =" fa-solid fa-copy" ></DropdownItem >
50+ <DropdownItem Text =" Paste" Icon =" fa-solid fa-paste" ></DropdownItem >
51+ <DropdownDivider ></DropdownDivider >
52+ <DropdownItem Text =" Action1" Icon =" fa-solid fa-flag" ></DropdownItem >
53+ <DropdownItem >
54+ <Tooltip Title =" just a tooltip text demo" Trigger =" hover" >
55+ <span class =" fa-solid fa-flag" ></span >
56+ <div class =" ms-2 flex-fill" >Action2</div >
57+ </Tooltip >
58+ </DropdownItem >
59+ </ItemsTemplate >
60+ </Dropdown >
61+ </DemoBlock >
62+
4563<DemoBlock Title =" @Localizer[" SplitTitle " ]" Introduction =' @Localizer["SplitIntro"]' Name =" Split" >
4664 <div class =" row g-3" >
4765 <div class =" col-6 col-sm-4 col-md-3" >
You can’t perform that action at this time.
0 commit comments