0.1.1-2 • Published 4 years ago

@aligov/miniapp-user-setting v0.1.1-2

Weekly downloads
48
License
MIT
Repository
-
Last release
4 years ago

rax-example

Install

$ npm install rax-example --save

Usage

import RaxExample from 'rax-example';

API

Props

nametypedefaultdescribe
nameString''describe

Function

nameparamreturndescribe
nameObject/describe

Example

import { createElement, render } from 'rax';
import DriverUniversal from 'driver-universal';
import RaxExample from 'rax-example';

render(<RaxExample />, document.body, { driver: DriverUniversal });