Board Members
แสดงรายชื่อคณะกรรมการหรือทีมผู้บริหาร
Grid
แสดงรูป ชื่อ ตำแหน่ง เหมาะกับคณะกรรมการจำนวนมาก
Previewboard-members-grid
<section class="stk-board stk-section"> <div class="container"> <h2 class="stk-heading text-center mb-5">คณะกรรมการบริษัท</h2> <div class="row g-4"> <div class="col-6 col-md-4 col-lg-3" data-aos="fade-up"> <div class="stk-board__card"> <img src="/board/photo.jpg" alt="ชื่อ" class="stk-board__photo" loading="lazy"> <h3 class="stk-board__name">นายสมชาย ใจดี</h3> <p class="stk-board__position">ประธานกรรมการ</p> </div> </div> </div> </div></section>Props
| Field | Type | Required | Description |
|---|---|---|---|
title | string | ✓ | หัวข้อ section |
members | array | ✓ | [{name, position, photo, bio?}] |
CSS Classes
.stk-board /* section wrapper */.stk-board__card /* each member card */.stk-board__photo /* circular photo */.stk-board__photo--square /* square photo (detail) */.stk-board__name /* member name */.stk-board__position /* member position */.stk-board__bio /* biography text (detail) */