SSENSE/vue-carousel

Feature Request: allow pagination and navigation elements to be styled

Open

#78 建立於 2017年8月17日

在 GitHub 查看
 (10 留言) (7 反應) (0 負責人)JavaScript (513 fork)batch import
featurehelp wanted

倉庫指標

Star
 (1,705 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

right now from the parent component, you can style the outer .VueCarousel-navigation and .VueCarousel-pagination, but not the elements:

  • .VueCarousel-navigation-button
  • .VueCarousel-dot

If necessary we can pass in a style like:<carousel :navigationStyle="styleObject"..., but an even better one would be to ensure the inner elements are exposed to styling from the scope of the parent component. I think a careful use of slots in the outer components might resolve this issue.

貢獻者指南