ข้อมูลโมดูล
Module Code
FlexContainer
หมวดหมู่
Layout
ประเภท
core
เวอร์ชัน
1.0.0
คำอธิบาย
Flexbox layout ยืดหยุ่น
Schema Props
{
"flexDirection": {
"type": "select",
"default": "row",
"options": [
"row",
"column",
"row-reverse",
"column-reverse"
],
"label": "ทิศทาง"
},
"justifyContent": {
"type": "select",
"default": "flex-start",
"options": [
"flex-start",
"center",
"flex-end",
"space-between",
"space-around"
],
"label": "จัดแนวหลัก"
},
"alignItems": {
"type": "select",
"default": "stretch",
"options": [
"stretch",
"flex-start",
"center",
"flex-end"
],
"label": "จัดแนวรอง"
},
"gap": {
"type": "number",
"default": 16,
"label": "ระยะห่าง (px)"
},
"flexWrap": {
"type": "select",
"default": "nowrap",
"options": [
"nowrap",
"wrap"
],
"label": "ห่อบรรทัด"
}
}
AI Training Notes — Admin อธิบายเพิ่มเติมให้ AI เรียนรู้
ยังไม่มีผลรีวิวจาก AI
กดปุ่ม "ให้ AI รีวิว" ด้านบนเพื่อให้ AI วิเคราะห์โมดูลนี้