Props

suggest change

Introduction

Props, or properties, are data that is passed to child components in a React application. React components render UI elements based on their props and their internal state. The props that a component takes (and uses) defines how it can be controlled from the outside.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Props:
*Props

Table Of Contents