Move to react naming conventions. Fixes #9

This commit is contained in:
kusti8 2018-02-22 22:54:39 -05:00
parent dd4720c4f8
commit 291ad2bfcf
44 changed files with 155 additions and 128 deletions

View file

@ -12,7 +12,7 @@ class Example extends Component {
return (
<App>
<Window title="Example" size={{w: 500, h: 500}}>
           <TextInput onChanged={() => Dialog('Error', {title: "Message"})}/>
           <TextInput onChange={() => Dialog('Error', {title: "Message"})}/>
</Window>
</App>
);