0.0.2-alpha.0 • Published 5 years ago

xl-rax-modal v0.0.2-alpha.0

Weekly downloads
16
License
-
Repository
-
Last release
5 years ago

xl-rax-modal

Install

$ npm install xl-rax-modal --save

Usage

import MyComponent from 'xl-rax-modal';

API

Props

nametypedefaultdescribe
nameString''describe

Function

nameparamreturndescribe
nameObject/describe

Example

import {createElement, Component, render} from 'rax';
import View from 'rax-view';

class App extends Component {
  render() {
    return (
      <View>
      	{ /* your code */ }
      </View>
    );
  }
}

render(<App />);
0.0.1-beta.0

5 years ago

0.0.2-alpha.0

5 years ago

0.0.1

5 years ago

0.0.2

5 years ago