How to design it in Power Apps
Preview
What does it consist of?
Procedure
Step 1 - create main container
Add a new Grid Container PCF, call it "abc" with these "LayoutGridColumns" and "LayoutGridRows" properties:
Step 2 - create content for main container
Add 4 new Vertical Containers PCF, call it "aa/ab/ba/bb" with this "DropShadow" property:
and add 2 new Labels into every Vertical Containers with this "Text" property:
"2.6M"
"profits"
"1K"
"requests"
"Daily"
"data refreshes"
"50"
"clients"
This is an output:
How to use it via DesignKit
Prerequisites
the designed component according to the instructions from the previous section Used Prefixes
gridcont_abc = Grid Container vercont_ba, vercont_bb, vercont_ab, vercont_aa = Vertical Container lbl_client_value, lbl_value_title = Label YAML Output
Used Colours
Card Backgrounds - #212E5A, #5F3DD1, #061534, #152448 Font Colours - #E1916E, #ADA4EC, #FFFFFF