@aligov/mobile-c-checkbox

政务移动端基础组件checkbox

Usage no npm install needed!

<script type="module">
  import aligovMobileCCheckbox from 'https://cdn.skypack.dev/@aligov/mobile-c-checkbox';
</script>

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