breadcrumb.component.html 12.9 KB
Newer Older
Ooh-Ao committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226

<app-page-header title="BreadCrumb" title1="BreadCrumb" activeitem="Elements"></app-page-header>


      <!-- Start::row-1 -->
      <div class="grid grid-cols-12 gap-x-6">
        <div class="col-span-12">
          <div class="box">
            <div class="box-header">
              <h5 class="box-title">Basic Breadcrumb</h5>
            </div>
            <div class="box-body">
              <ol class="flex items-center whitespace-nowrap min-w-0">
                <li class="text-sm">
                  <a class="flex items-center text-primary hover:text-primary dark:text-primary" href="javascript:void(0);">
                    Home
                    <svg class="flex-shrink-0 mx-3 overflow-visible h-2.5 w-2.5 text-gray-300 dark:text-white/10 rtl:rotate-180"
                      width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
                      <path d="M5 1L10.6869 7.16086C10.8637 7.35239 10.8637 7.64761 10.6869 7.83914L5 14"
                        stroke="currentColor" stroke-width="2" stroke-linecap="round" />
                    </svg>
                  </a>
                </li>
                <li class="text-sm">
                  <a class="flex items-center text-primary hover:text-primary dark:text-primary" href="javascript:void(0);">
                    App Center
                    <svg class="flex-shrink-0 mx-3 overflow-visible h-2.5 w-2.5 text-gray-300 dark:text-white/10 rtl:rotate-180"
                      width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
                      <path d="M5 1L10.6869 7.16086C10.8637 7.35239 10.8637 7.64761 10.6869 7.83914L5 14"
                        stroke="currentColor" stroke-width="2" stroke-linecap="round" />
                    </svg>
                  </a>
                </li>
                <li class="text-sm text-gray-500 dark:text-white/70 hover:text-primary truncate" aria-current="page">
                  Application
                </li>
              </ol>
            </div>
          </div>
        </div>
        <div class="col-span-12">
          <div class="box">
            <div class="box-header">
              <h5 class="box-title">Breadcrumb Style-1</h5>
            </div>
            <div class="box-body">
              <ol class="flex items-center whitespace-nowrap min-w-0">
                <li class="text-sm">
                  <a class="flex items-center text-primary hover:text-primary dark:text-primary" href="javascript:void(0);">
                    Home
                    <i
                      class="ti ti-chevrons-right flex-shrink-0 mx-3 overflow-visible text-gray-300 dark:text-white/10 rtl:rotate-180"></i>
                  </a>
                </li>
                <li class="text-sm">
                  <a class="flex items-center text-primary hover:text-primary dark:text-primary" href="javascript:void(0);">
                    App Center
                    <i
                      class="ti ti-chevrons-right flex-shrink-0 mx-3 overflow-visible text-gray-300 dark:text-white/10 rtl:rotate-180"></i>
                  </a>
                </li>
                <li class="text-sm text-gray-500 dark:text-white/70 hover:text-primary truncate" aria-current="page">
                  Application
                </li>
              </ol>
            </div>
          </div>
        </div>
        <div class="col-span-12">
          <div class="box">
            <div class="box-header">
              <h5 class="box-title">Basic Breadcrumb-style-2</h5>
            </div>
            <div class="box-body">
              <ol class="flex items-center whitespace-nowrap min-w-0">
                <li class="text-smtext-primary hover:text-primary dark:text-primary">
                  <a class="flex items-center text-primary hover:text-primary dark:text-primary" href="javascript:void(0);">
                    Home
                    <svg class="flex-shrink-0 h-5 w-5 text-gray-300 dark:text-white/10 mx-2" width="16" height="16"
                      viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
                      <path d="M6 13L10 3" stroke="currentColor" stroke-linecap="round" />
                    </svg>
                  </a>
                </li>

                <li class="text-smtext-primary hover:text-primary dark:text-primary">
                  <a class="flex items-center text-primary hover:text-primary dark:text-primary" href="javascript:void(0);">
                    App Center
                    <svg class="flex-shrink-0 h-5 w-5 text-gray-300 dark:text-white/10 mx-2" width="16" height="16"
                      viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
                      <path d="M6 13L10 3" stroke="currentColor" stroke-linecap="round" />
                    </svg>
                  </a>
                </li>

                <li class="text-sm text-gray-500 dark:text-white/70 hover:text-primary truncate" aria-current="page">
                  Application
                </li>
              </ol>
            </div>
          </div>
        </div>
        <div class="col-span-12">
          <div class="box">
            <div class="box-header">
              <h5 class="box-title">Breadcrumb With Icons </h5>
            </div>
            <div class="box-body">
              <ol class="flex items-center whitespace-nowrap min-w-0">
                <li class="text-sm">
                  <a class="flex items-center text-primary hover:text-primary dark:text-primary" href="javascript:void(0);">
                    <svg class="flex-shrink-0 ltr:mr-3 rtl:ml-3 h-4 w-4 text-primary hover:text-primary dark:text-primary" width="16" height="16"
                      fill="currentColor" viewBox="0 0 16 16">
                      <path fill-rule="evenodd"
                        d="M2 13.5V7h1v6.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V7h1v6.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5zm11-11V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z" />
                      <path fill-rule="evenodd"
                        d="M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z" />
                    </svg>
                    Home
                    <svg class="flex-shrink-0 mx-3 overflow-visible h-2.5 w-2.5 text-gray-300 dark:text-white/10 rtl:rotate-180"
                      width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
                      <path d="M5 1L10.6869 7.16086C10.8637 7.35239 10.8637 7.64761 10.6869 7.83914L5 14"
                        stroke="currentColor" stroke-width="2" stroke-linecap="round" />
                    </svg>
                  </a>
                </li>
                <li class="text-sm">
                  <a class="flex items-center text-primary hover:text-primary dark:text-primary" href="javascript:void(0);">
                    App Center
                    <svg class="flex-shrink-0 mx-3 overflow-visible h-2.5 w-2.5 text-gray-300 dark:text-white/10 rtl:rotate-180"
                      width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
                      <path d="M5 1L10.6869 7.16086C10.8637 7.35239 10.8637 7.64761 10.6869 7.83914L5 14"
                        stroke="currentColor" stroke-width="2" stroke-linecap="round" />
                    </svg>
                  </a>
                </li>
                <li class="text-sm text-gray-500 dark:text-white/70 hover:text-primary truncate" aria-current="page">
                  Application
                </li>
              </ol>
            </div>
          </div>
        </div>
        <div class="col-span-12">
          <div class="box">
            <div class="box-header">
              <h5 class="box-title">Breadcrumb-style-3 </h5>
            </div>
            <div class="box-body">
              <ol class="flex items-center whitespace-nowrap min-w-0 pb-2">
                <li class="text-sm">
                  <a class="flex items-center text-primary hover:text-primary dark:text-primary" href="javascript:void(0);">
                    <svg class="flex-shrink-0 ltr:mr-3 rtl:ml-3 h-4 w-4 text-primary hover:text-primary dark:text-primary" width="16" height="16"
                      fill="currentColor" viewBox="0 0 16 16">
                      <path fill-rule="evenodd"
                        d="M2 13.5V7h1v6.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V7h1v6.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5zm11-11V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z" />
                      <path fill-rule="evenodd"
                        d="M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z" />
                    </svg>
                    Home
                  </a>
                </li>
              </ol>
              <ol class="flex items-center whitespace-nowrap min-w-0 pb-2">
                <li class="text-sm">
                  <a class="flex items-center text-primary hover:text-primary dark:text-primary" href="javascript:void(0);">
                    <svg class="flex-shrink-0 ltr:mr-3 rtl:ml-3 h-4 w-4 text-primary hover:text-primary dark:text-primary" width="16" height="16"
                      fill="currentColor" viewBox="0 0 16 16">
                      <path fill-rule="evenodd"
                        d="M2 13.5V7h1v6.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V7h1v6.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5zm11-11V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z" />
                      <path fill-rule="evenodd"
                        d="M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z" />
                    </svg>
                    Home
                    <svg class="flex-shrink-0 mx-3 overflow-visible h-2.5 w-2.5 text-gray-300 dark:text-white/10 rtl:rotate-180"
                      width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
                      <path d="M5 1L10.6869 7.16086C10.8637 7.35239 10.8637 7.64761 10.6869 7.83914L5 14"
                        stroke="currentColor" stroke-width="2" stroke-linecap="round" />
                    </svg>
                  </a>
                </li>
                <li class="text-sm">
                  <a class="flex items-center text-gray-500 dark:text-white/70 hover:text-primary" href="javascript:void(0);">
                    Library
                  </a>
                </li>
              </ol>
              <ol class="flex items-center whitespace-nowrap min-w-0 pb-2">
                <li class="text-sm">
                  <a class="flex items-center text-primary hover:text-primary dark:text-primary" href="javascript:void(0);">
                    <svg class="flex-shrink-0 ltr:mr-3 rtl:ml-3 h-4 w-4 text-primary hover:text-primary dark:text-primary" width="16" height="16"
                      fill="currentColor" viewBox="0 0 16 16">
                      <path fill-rule="evenodd"
                        d="M2 13.5V7h1v6.5a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V7h1v6.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5zm11-11V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z" />
                      <path fill-rule="evenodd"
                        d="M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z" />
                    </svg>
                    Home
                    <svg class="flex-shrink-0 mx-3 overflow-visible h-2.5 w-2.5 text-gray-300 dark:text-white/10 rtl:rotate-180"
                      width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
                      <path d="M5 1L10.6869 7.16086C10.8637 7.35239 10.8637 7.64761 10.6869 7.83914L5 14"
                        stroke="currentColor" stroke-width="2" stroke-linecap="round" />
                    </svg>
                  </a>
                </li>
                <li class="text-sm">
                  <a class="flex items-center text-primary hover:text-primary dark:text-primary" href="javascript:void(0);">
                    Library
                    <svg class="flex-shrink-0 mx-3 overflow-visible h-2.5 w-2.5 text-gray-300 dark:text-white/10 rtl:rotate-180"
                      width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
                      <path d="M5 1L10.6869 7.16086C10.8637 7.35239 10.8637 7.64761 10.6869 7.83914L5 14"
                        stroke="currentColor" stroke-width="2" stroke-linecap="round" />
                    </svg>
                  </a>
                </li>
                <li class="text-sm">
                  <a class="flex items-center text-gray-500 dark:text-white/70 hover:text-primary" href="javascript:void(0);">
                    Data
                  </a>
                </li>
              </ol>
            </div>
          </div>
        </div>
      </div>
      <!-- End::row-1 -->