Bespoke.js 文档和演示中的主题不同

Bespoke.js themes in documentation and demo are different

我发现了很棒的 html5 演示框架。 文档:https://github.com/bespokejs/bespoke 演示:http://markdalgleish.com/projects/bespoke.js

但我很惊讶没有轮播主题。 有没有办法像demo一样使用主题?

谢谢!

如果主题未在 npm 上公开提供,则您必须自己创建主题。我也想知道为什么演示页面的大部分主题都不能作为包使用。

由于您特别要求轮播主题,我重新创建并在 npm 上发布了它。你可以找到它 here. To integrate themes simply follow the way described in the docs. You can find a list of all themes on npm under the keyword bespoke-theme.

如果您对主题有任何改进,请随时在 github (bespoke-theme-carousel repo) 上提出问题或提出拉取请求。