1.0.0 • Published 5 years ago

@aligov/mobile-c-checkbox v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

@aligov/mobile-c-checkbox

Install

$ npm install @aligov/mobile-c-checkbox --save

Usage

import MobileCCheckbox from '@aligov/mobile-c-checkbox';

API

Props

nametypedefaultdescribe
nameString''describe

Function

nameparamreturndescribe
nameObject/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 });