Page 1 of 1

Primeflex examples contain class="card" which is missing

Posted: 21 Sep 2022, 18:00
by dwschulze
This example https://www.primefaces.org/primeflex/flexdirection uses class="card", which is not part of primeflex, prime, primeicons. What is needed in order to get the card, card-container, and green-container classes?

Code: Select all

<div class="card">
    <div class="flex flex-column card-container green-container">
        <div class="flex align-items-center justify-content-center h-4rem bg-green-500 font-bold text-white border-round m-2">1</div>
        <div class="flex align-items-center justify-content-center h-4rem bg-green-500 font-bold text-white border-round m-2">2</div>
        <div class="flex align-items-center justify-content-center h-4rem bg-green-500 font-bold text-white border-round m-2">3</div>
    </div>
</div>

Re: Primeflex examples contain class="card" which is missing

Posted: 04 Oct 2022, 10:04
by seymagullu
Hi,

We'll check and get back to you.

Regards.