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

18 lines
539 B
Markdown
Raw Normal View History

---
title: Access Props Using this.props
localeTitle: وصول الدعائم باستخدام هذا. المحاصيل
---
## \## Access Props باستخدام هذا .props
للحصول على هذا الحل ، يجب أن تتذكر أولاً كيفية إضافة الأدوات الدعائية إلى المكون الرئيسي:
\`\` \`JSX
`Once you have the prop set, you can use this.props in your child component.
`
أتش تي أم أل
كلمة المرور المؤقتة هي: **{this.props.tempPassword}**
\`\` \`