'How to find the corresponding React prop for html Elements?
In React you don't write <div class='container'></div> but you write <div className='container'></div>
Where are all this props listed?
For a <textarea>, I want to add withspellcheck={false} but I can not find the correct name of the prop. Do you have Ideas where these prop configurations are saved in the node_modules folder?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
