# snt-section

  • เป็น Component ที่จำเป็นต้องมี และจะอยู่ต่อจาก <snt-app> เท่านั้น
  • Component อื่นๆ ที่ไม่ใช่ <snt-section> ไม่สามารถอยู่ต่อจาก <snt-app> ได้ ต้องนำมาใส่ใน <snt-section> เท่านั้น เช่น
<snt-app>
  <snt-section>
    <other-component>
      ...
    </other-component>
  </snt-section>
</snt-app>
  • ใช้สำหรับแบ่ง Section เพื่อให้ลูกค้าซ่อนหรือสลับตำแหน่งขึ้นลงได้ในหน้า Builder
  • Setting ของ Component ที่อยู่ใน Section เดียวกัน จะถูกรวมอยู่ในฟอร์มเดียวกันทั้งหมด

# Props

# name

ชื่อของ Section ที่จะแสดงในหน้า Builder ของลูกค้า

  • Type: String
  • Required: true

# Slots

# default

The default Vue slot.