Added a better demo displaying how our app communicates with Flamelink Schemas and displays schema details in the right order.
This commit is contained in:
@@ -2,16 +2,17 @@ import React, { Component } from 'react';
|
||||
import Typography from '@material-ui/core/Typography';
|
||||
import Flamelink from '../components/Flamelink';
|
||||
|
||||
|
||||
class Info extends Component {
|
||||
render() {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<Flamelink flamelinkApp={this.props.flamelinkApp}/>
|
||||
|
||||
<Typography variant='display1' align='center' gutterBottom>
|
||||
Info
|
||||
</Typography>
|
||||
<p id="flamelinkDemo"></p>
|
||||
<Flamelink/>
|
||||
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user