Skip to content
AlexanderBoriskin edited this page Aug 1, 2018 · 4 revisions

Simple feed in your dashboard!

<vuestic-feed :initialPosts="posts"></vuestic-feed>

<script>
posts: [
  {
    photoURL: "URL of user's avatar",
    name: "Name of user",
    text: "Description",
  }
]
</script>

Props

  • initialPosts - Array - set of posts, that will be displayed in feed

Find DEMOs here!

Clone this wiki locally