项目作者: rashfael

项目描述 :
mixin-based component library
高级语言: Stylus
项目地址: git://github.com/rashfael/buntpapier.git
创建时间: 2016-08-13T13:27:40Z
项目社区:https://github.com/rashfael/buntpapier

开源协议:MIT License

下载


buntpapier

collection of vue components
https://buntpapier.rash.codes/

Goals

Buntpapier aims to provide material design components for vue, with a focus on exposing variables and mixins via stylus.

It tries to minimize the use of components, opting for simple styling on DOM elements instead. Examples:

  • Doesn’t use the icon component internally, because it is literally one line of pug.
  • Doesn’t have components for cards/tables, provides stylus mixins instead.

Inspiration

Buntpapier is heavily inspired by KeenUI and Material-UI.