1.0.9 • Published 1 year ago

ums-comp v1.0.9

Weekly downloads
6
License
MIT
Repository
-
Last release
1 year ago

ums_comp

银商新一代移动端混合模式开发框架组件(Components).

Links

Installation

npm install ums-comp --save

Usage

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

License

MIT

1.0.9

1 year ago

1.0.6

1 year ago

0.0.1-security

6 years ago

2.0.1-beta.3

6 years ago

2.0.1-beta.2

6 years ago

2.0.1-beta.1

6 years ago

2.0.0

6 years ago

2.0.0-beta.4

6 years ago

2.0.0-beta.3

6 years ago

2.0.0-beta.2

6 years ago

2.0.0-beta.1

6 years ago

1.0.1

3 years ago

1.0.0

3 years ago