jsillitoe / react-currency-input

React component for inputing currency amounts
MIT License
203 stars 163 forks source link

React complaining about PascalCase props #84

Open wellyal opened 6 years ago

wellyal commented 6 years ago

<CurrencyInput /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.