File tree Expand file tree Collapse file tree 3 files changed +20
-14
lines changed
src/BootstrapBlazor.Server/Components/Samples/Icons Expand file tree Collapse file tree 3 files changed +20
-14
lines changed Original file line number Diff line number Diff line change 2222
2323<Pre >< ; link href="_content/BootstrapBlazor.AntDesignIcon/BootstrapBlazor.AntDesignIcon.bundle.scp.css" rel="stylesheet"> ; </Pre >
2424
25- <div class =" mb-2" >
26- <AntDesignIcon Category =" AntDesignIconCategory.Filled" Name =" left-circle" ></AntDesignIcon >
27- <AntDesignIcon Category =" AntDesignIconCategory.Outlined" Name =" left-circle" ></AntDesignIcon >
28- </div >
29-
3025<Pre >< ; AntDesignIcon Category="AntDesignIconCategory.Outlined" Name="github"> ;< ; /AntDesignIcon> ; </Pre >
3126
3227<div >@( (MarkupString )Localizer [" Icons" ].Value ) </div >
28+
29+ <div class =" icon-list" >
30+ <AntDesignIconListOutlined ></AntDesignIconListOutlined >
31+ </div >
32+
33+ <div class =" icon-list" >
34+ <AntDesignIconListFilled ></AntDesignIconListFilled >
35+ </div >
36+
37+ <div class =" icon-list" >
38+ <AntDesignIconListTwoTone ></AntDesignIconListTwoTone >
39+ </div >
Original file line number Diff line number Diff line change 2222
2323<Pre >< ; link href="_content/BootstrapBlazor.ElementIcon/BootstrapBlazor.ElementIcon.bundle.scp.css" rel="stylesheet"> ; </Pre >
2424
25- <div class =" mb-2" >
26- <ElementIcon Name =" upload-filled" ></ElementIcon >
27- </div >
28-
2925<Pre >< ; ElementIcon Name="upload-filled"> ;< ; /ElementIcon> ; </Pre >
3026
3127<div >@( (MarkupString )Localizer [" Icons" ].Value ) </div >
28+
29+ <div class =" icon-list" >
30+ <ElementIconList ></ElementIconList >
31+ </div >
Original file line number Diff line number Diff line change 1818
1919<Pre >< ; link href="_content/BootstrapBlazor.IconPark/BootstrapBlazor.IconPark.bundle.scp.css" rel="stylesheet"> ; </Pre >
2020
21- <div class =" mb-2" >
22- <ByteDanceIcon Name =" github" ></ByteDanceIcon >
23- <ByteDanceIcon Name =" all-application" ></ByteDanceIcon >
24- </div >
25-
2621<Pre >< ; ByteDanceIcon Name="github"> ;< ; /ByteDanceIcon> ; </Pre >
2722
2823<div >@( (MarkupString )Localizer [" Icons" ].Value ) </div >
24+
25+ <div class =" icon-list" >
26+ <IconParkList ></IconParkList >
27+ </div >
You can’t perform that action at this time.
0 commit comments