• Home
  • Tag Helpers
  • About
  • Accordion
  • Badge
  • Borders
  • Breadcrumb
  • Buttons
  • Cards
  • Carousel
  • Collapse
  • Dropdown
  • Figures
  • Form
  • Grid
  • Hints
  • List group
  • Menu
  • Modal
  • Navigation view
  • Pagination
  • Popover
  • Progress
  • Side navigation
  • Tabs
  • One
  • Three
  • Four
  • Two
  • One
  • Three
  • Four
  • Two

    var items = new List<MetroListItem>()
    {
        new(){ Title = "One"},
        new(){ Title = "Three"},
        new(){ Title = "Four"},
    };
    
<metro-list-group asp-items="@items">     <metro-list-item type="Group" title="Two" display-order="10001" /> </metro-list-group> <metro-list-group asp-items="@items" horizontal="true" >     <metro-list-item type="Group" title="Two" display-order="10001" /> </metro-list-group>

Marker

  • One
  • Two
  • Three
  • Four
<metro-list-group type="Marker">     <metro-list-item type="Marker" title="One" marker="★" />     <metro-list-item type="Marker" title="Two" marker="☄" />     <metro-list-item type="Marker" title="Three" marker="✓" />     <metro-list-item type="Marker" title="Four" marker="❤" /> </metro-list-group>

Step list

  • One

    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

  • Two

    Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old.

  • Three

    There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text.

<metro-list-group type="Step">     <metro-list-item type="Step" title="One" step-content="Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book." />     <metro-list-item type="Step" title="Two" step-content="Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old." />     <metro-list-item type="Step" title="Three" step-content="There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text." /> </metro-list-group>

Items list

  • Label Onesecond-label
  • Label Twosecond-label
  • Label Threesecond-label
<metro-list-group type="Items">     <metro-list-item type="Items" image="/images/image.jpg" label="Label One" second-label="second-label" second-action="mif-alarm fg-red" />     <metro-list-item type="Items" image="/images/image.jpg" label="Label Two" second-label="second-label" />     <metro-list-item type="Items" image="/images/image.jpg" label="Label Three" second-label="second-label" /> </metro-list-group>

Feed list

  • Title
  • Label Onesecond-label
  • Label Twosecond-label
  • Label Threesecond-label
  • Title
  • Label Onesecond-label
  • Label Twosecond-label
  • Label Threesecond-label
<metro-list-group type="Feed">     <metro-list-item type="Feed" image="/images/image.jpg" label="Label One" second-label="second-label" title="Title" />     <metro-list-item type="Feed" image="/images/image.jpg" label="Label Two" second-label="second-label" />     <metro-list-item type="Feed" image="/images/image.jpg" label="Label Three" second-label="second-label" /> </metro-list-group> <metro-list-group type="Feed">     <metro-list-item type="Feed" image="/images/image.jpg" label="Label One" second-label="second-label" image-on-right="true" title="Title" />     <metro-list-item type="Feed" image="/images/image.jpg" label="Label Two" second-label="second-label" image-on-right="true" />     <metro-list-item type="Feed" image="/images/image.jpg" label="Label Three" second-label="second-label" image-on-right="true" /> </metro-list-group>

2020 - 2025 © ExtJs.Tech

Open source license with MIT

粤ICP备2022031812号

GitHub
About Us
Documents
Desktop client
Mobile client
Tag Helpers