File tree Expand file tree Collapse file tree
src/content/reference/react-dom/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: "<progress>"
44
55<Intro >
66
7- يتيح لك [ مكون ` <progress> ` المدمج في المتصفح] ( https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress ) عرض مؤشر التقدم
7+ يتيح لك [ مكون ` <progress> ` المدمَج في المتصفح] ( https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress ) عرض مؤشر التقدم
88
99``` js
1010< progress value= {0.5 } / >
@@ -20,7 +20,7 @@ title: "<progress>"
2020
2121### ` <progress> ` {/* progress* /}
2222
23- لعرض مؤشر التقدم، قم بتصيير مكون [ ` <progress> ` المدمج في المتصفح ] ( https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress )
23+ لعرض مؤشر التقدم، استخدم عنصر [ ` <progress> ` المدمج في المتصفح] ( https://developer.mozilla.org/en-US/docs/Web/HTML/Element/progress )
2424
2525``` js
2626< progress value= {0.5 } / >
You can’t perform that action at this time.
0 commit comments