123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218 |
- // Jest Snapshot v1, https://goo.gl/fbAQLP
- exports[`Jumbotrons.vue renders correctly 1`] = `
- <div>
- <crow-stub
- gutters="true"
- tag="div"
- >
- <ccol-stub
- tag="div"
- >
- <ccard-stub>
- <ccardheader-stub>
- <cicon-stub
- name="cil-justify-center"
- />
-
- <strong>
- Bootstrap Jumbotron
- </strong>
-
- <div
- class="card-header-actions"
- >
- <a
- class="card-header-action"
- href="https://coreui.io/vue/docs/components/jumbotron"
- rel="noreferrer noopener"
- target="_blank"
- >
- <small
- class="text-muted"
- >
- docs
- </small>
- </a>
- </div>
- </ccardheader-stub>
-
- <ccardbody-stub>
- <cjumbotron-stub
- tag="div"
- >
- <h1
- class="display-3"
- >
- Bootstrap 4
- </h1>
-
- <p
- class="lead"
- >
- Bootstrap 4 Components for Vue.js 2.6+
- </p>
-
- <p>
- For more information visit website
- </p>
-
- <cbutton-stub
- activeclass="router-link-active"
- color="primary"
- event="click"
- exactactiveclass="router-link-exact-active"
- href="#"
- routertag="a"
- target="_self"
- type="button"
- >
- More Info
- </cbutton-stub>
- </cjumbotron-stub>
- </ccardbody-stub>
- </ccard-stub>
- </ccol-stub>
-
- <ccol-stub
- tag="div"
- >
- <ccard-stub>
- <ccardheader-stub>
- <cicon-stub
- name="cil-justify-center"
- />
-
- <strong>
- Jumbotron
- </strong>
-
- <small>
- with slots
- </small>
- </ccardheader-stub>
-
- <ccardbody-stub>
- <cjumbotron-stub
- header="Bootstrap 4"
- lead=""
- tag="div"
- >
- <h1
- class="display-3"
- >
- Bootstrap 4
- </h1>
-
- <p
- class="lead"
- >
-
- This is a simple hero unit, a simple jumbotron-style component for
- calling extra attention to featured content or information.
-
- </p>
-
- <hr
- class="my-4"
- />
-
- <p>
-
- It uses utility classes for typography and spacing to space content
- out within the larger container.
-
- </p>
-
- <cbutton-stub
- activeclass="router-link-active"
- color="primary"
- event="click"
- exactactiveclass="router-link-exact-active"
- href="#"
- routertag="a"
- target="_self"
- type="button"
- >
- Do Something
- </cbutton-stub>
-
- <cbutton-stub
- activeclass="router-link-active"
- color="success"
- event="click"
- exactactiveclass="router-link-exact-active"
- href="#"
- routertag="a"
- target="_self"
- type="button"
- >
- Do Something Else
- </cbutton-stub>
- </cjumbotron-stub>
- </ccardbody-stub>
- </ccard-stub>
- </ccol-stub>
- </crow-stub>
-
- <crow-stub
- gutters="true"
- tag="div"
- >
- <ccol-stub
- tag="div"
- >
- <ccard-stub>
- <ccardheader-stub>
- <cicon-stub
- name="cil-justify-center"
- />
-
- <strong>
- Jumbotron
- </strong>
-
- <small>
- colors
- </small>
- </ccardheader-stub>
-
- <ccardbody-stub>
- <cjumbotron-stub
- bordercolor="dark"
- color="info"
- tag="div"
- textcolor="white"
- >
- <h1
- class="display-3"
- >
- Bootstrap 4
- </h1>
-
- <p
- class="lead"
- >
-
- This is a simple hero unit, a simple jumbotron-style component for
- calling extra attention to featured content or information.
-
- </p>
-
- <hr
- class="my-4"
- />
-
- <p>
-
- It uses utility classes for typography and spacing to space content
- out within the larger container.
-
- </p>
- </cjumbotron-stub>
- </ccardbody-stub>
- </ccard-stub>
- </ccol-stub>
- </crow-stub>
- </div>
- `;
|