@aligov/mobile-c-checkbox
v1.0.0
Published
政务移动端基础组件checkbox
Downloads
3
Readme
@aligov/mobile-c-checkbox
Install
$ npm install @aligov/mobile-c-checkbox --save
Usage
import MobileCCheckbox from '@aligov/mobile-c-checkbox';
API
Props
|name|type|default|describe| |:---------------|:--------|:----|:----------| |name|String|''|describe|
Function
|name|param|return|describe| |:---------------|:--------|:----|:----------| |name|Object|/|describe|
Example
import { createElement, render } from 'rax';
import DriverUniversal from 'driver-universal';
import MobileCCheckbox from '@aligov/mobile-c-checkbox';
render(<MobileCCheckbox />, document.body, { driver: DriverUniversal });