0.1.0 • Published 6 years ago
title-component v0.1.0
title-component
Install
$ npm install title-component --saveUsage
import MyComponent from 'title-component';API
Props
| name | type | default | describe |
|---|---|---|---|
| name | String | '' | describe |
Function
| name | param | return | describe |
|---|---|---|---|
| name | Object | / | 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.1.0
6 years ago