Update React component description (#20011)

This commit is contained in:
Anika Tabassum
2018-10-27 09:09:18 -04:00
committed by Huyen Nguyen
parent a82badaa22
commit f18ad04bfe

View File

@ -3,7 +3,7 @@ title: Components
---
## Components
Components are reusable in react.js. You can inject value into props as given below :
Components are the building blocks of React. They help you divide the functionality of the UI into several pieces which can be reused throughout the application. You can inject value into props as given below:
```jsx