# Feed

แสดงวิดีโอ/รูปภาพ คู่กับลิงก์

# Usage

<snt-feed 
  :html="
    `<div>
      <h2>What is Lorem Ipsum?</h2>
      <strong>Lorem Ipsum</strong>
      <div>
        is simply dummy text of the printing and typesetting industry.
        Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.
      </div>
    </div>`"
  type="video"
  src="https://www.youtube.com/watch?v=dQw4w9WgXcQ"
  height="250px"
  width="490px">
</snt-feed>

# API

# Examples

# Feed image

<snt-feed 
  type="image"
  src="https://images.unsplash.com/photo-1627902252614-6cdc3e8d3f1d?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=786&q=80"
  height="250px"
  width="490px">
</snt-feed>

# Feed video

<snt-feed 
  type="video"
  src="https://www.youtube.com/watch?v=dQw4w9WgXcQ"
  height="250px"
  width="490px">
</snt-feed>