freeCodeCamp/guide/spanish/certifications/front-end-libraries/react/access-props-using-this-props/index.md

409 B

title localeTitle
Access Props Using this.props Acceder a los apoyos usando this.props

## Acceder a los apoyos usando this.props

Para esta solución, primero debe recordar cómo agregar accesorios a su componente principal:

`` `JSX

Once you have the prop set, you can use this.props in your child component. 

html

Su contraseña temporal es: {this.props.tempPassword}

`` `