# Card

ใช้ snt-card เพื่อสร้าง Card

# Usage

  <snt-card 
    title="หัวข้อ"
    :content="
      `<div>
        <h3>What is Lorem Ipsum?</h3>
        <strong>Lorem Ipsum</strong>
        <div> is simply dummy text of the printing and typesetting industry.</div>
      </div>`">
  </snt-card>

# API