ums-comp
v1.0.9
Published
ums components libs
Downloads
4
Readme
ums_comp
银商新一代移动端混合模式开发框架组件(Components).
Links
Installation
npm install ums-comp --saveUsage
Import all components.
import ums-comp from 'ums-comp';Or import specified component.
import { UmsHeader, UmsChecklist } from 'ums-comp';
Vue.component(Cell.name, Cell);
Vue.component(Checklist.name, Checklist);Use ums_comp in vue file (.vue)
<template>
<div>
<text class="text" lines="3">银商小程序text组件</text>
</div>
</template>
<style scoped>
.text {
lines: 3;
color: #666666;
font-size: 32px;
}
</style>built-in Components
- a
- indicator
- slider
- switch
- text
- textarea
- video
- web
- div
- image
- list
- input
- cell
- loading
- refresh
- scroller
Custom Components
- badge
- button
- checkList
- countdown
- h
- icon
- inputNumber
- keyboard
- list
- marquee
- mask
- navpage
- panel
- radio
- searchBar
- sliderPage
- tarbar
- tip
- toast
- header
Supported Platforms
- Android
