Schema

    {
  "props": {
    "title": {
      "type": "string",
      "description": "Title of the component"
    },
    "perex": {
      "type": "string",
      "description": "Perex of the component"
    },
    "search": {
      "type": "string",
      "description": "Search field of the component"
    },
    "dropdown": {
      "type": "Array of objects",
      "description": "All props are documented by the component 'dropdown'"
    },
    "items": {
      "type": "array of objects",
      "description": "All props are documented by the component `post-slide-item`."
    },
    "paggination": {
      "type": "string",
      "description": "Pagination of component"
    }
  }
}