0.1.6 • Published 3 years ago

@aligov/miniapp-user-box v0.1.6

Weekly downloads
95
License
MIT
Repository
-
Last release
3 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 });