We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f0921 commit 98b2fdeCopy full SHA for 98b2fde
README.md
@@ -50,13 +50,13 @@ import 'react-inputs-validation/lib/react-inputs-validation.min.css';
50
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-inputs-validation/4.4.0/react-inputs-validation.min.js"></script>
51
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.21.1/babel.min.js"></script>
52
<script type="text/babel">
53
- class Greeting extends React.Component {
+ class App extends React.Component {
54
...
55
render() {
56
return <Textbox value={value} onBlur={()=>{}} .../>;
57
}
58
59
- ReactDOM.render(<Greeting />, document.getElementById('root'));
+ ReactDOM.render(<App />, document.getElementById('root'));
60
</script>
61
</body>
62
0 commit comments