--- title: Access Props Using this.props localeTitle: 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}** \`\` \`