Skip to content
/ kiwi Public

A universal, customizable, lightweight UI library of Vue.js for uni-app.

License

Notifications You must be signed in to change notification settings

pecasha/kiwi

Repository files navigation

Kiwi - 几维

适用于 uni-app 的UI组件库

安装方式

使用npm或yarn进行安装

npm i kiwi
yarn add kiwi

引用方式

App.vue中引入组件样式

<style lang="less" src="kiwi/styles/kiwi.less"/>

pages.json中配置kiwi组件按需引入

{
    "easycom": {
        "^kiwi-(.*)": "kiwi/components/$1.vue"
    }
}

在页面中使用

<kiwi-button>确定按钮</kiwi-button>

About

A universal, customizable, lightweight UI library of Vue.js for uni-app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published