Add a new Frame (F command) with vertical auto layout (SHIFT + A command) object, call it "vercont_feeling_box" with these properties:
Step 2 - create texts
Add a new Text (T command) object, call it "lbl_feeling_title" with these properties:
Add a new Text (T command) object, call it "lbl_dscr_feeling_title" with these properties:
Step 3 - create content frame
Add a new Frame (F command) with horizontal auto layout (SHIFT + A command) object, call it "horcont_feeling_content" with these properties:
Step 4 - create emoji frames
Add 5 new Frames (F command) with vertical auto layout (SHIFT + A command) object, call them "vercont_sad/not_bad/neutral/good/love_frame" with these properties:
Import 5 new SVG files, call them "svg_sad/not_bad/neutral/good/love_icon" with XML code(the same SVG codes as in previous section)
Add 5 new Frames (F command) with horizontal auto layout (SHIFT + A command) object, call them "btn_sad/not_bad/neutral/good/love_button" with these properties:
the same properties, but different colour.
Add 5 new Text (T command) object, call it "Sad/Not Bad/Neutral/Good/Love" with these properties:
the same properties for the rest, but different text value.
This is an output:
How to use it via DesignKit
Prerequisites
the designed component according to the instructions from the previous section