Files
2018-10-16 21:32:40 +05:30

18 lines
559 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Access Props Using this.props
localeTitle: Доступ к реквизитам с помощью this.props
---
## \## Access Props Использование this.props
Для этого решения вам нужно сначала запомнить, как добавить реквизиты к вашему родительскому компоненту:
\`\` \`JSX
```
Once you have the prop set, you can use this.props in your child component.
```
HTML
Ваш временный пароль: **{this.props.tempPassword}**
\`\` \`