jurassix / react-validation-mixin

Simple validation mixin (HoC) for React.
MIT License
283 stars 38 forks source link

Can you please provide the source code for the live demo? #54

Closed stenio123 closed 8 years ago

stenio123 commented 8 years ago

Docs at https://jurassix.gitbooks.io/docs-react-validation-mixin/content/overview/index.html are great, but I am struggling to implement the "Basic Examples". If I could just see the code on the demo it would bring a world of clarity!

jurassix commented 8 years ago

Here you go: https://github.com/jurassix/react-validation-mixin/blob/master/spec/components/Signup.js

jurassix commented 8 years ago

The above does need to be updated to ES6, but it is the Component that is used for the demo. You can check that all out on the gh-pages branch of this library.