Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuryd committed Apr 14, 2019
1 parent 5fba85c commit a674437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DevApp/client/app/views/form/Form.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { VMContext, Form, Panel, Button, TextField } from 'dotnetify-elements';
const MyApp = _ => (
<VMContext vm="BasicForm">
<Form>
<Form${props}>
<Alert id="ServerResponse" />
<Panel>
<TextField id="Name" horizontal />
Expand All @@ -43,7 +43,7 @@ const MyApp = _ => (
const buildWebComponentCode = props => `
\`\`\`jsx
<d-vm-context vm="BasicForm">
<d-form>
<d-form${props}>
<d-alert id="ServerResponse" />
<d-panel>
<d-text-field id="Name" horizontal="true" />
Expand Down

0 comments on commit a674437

Please sign in to comment.