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 });