From f26b21deeb9e692963f37e1f0fcf0854ed3d559a Mon Sep 17 00:00:00 2001 From: Soichiro Miki Date: Thu, 21 Sep 2023 16:45:11 +0900 Subject: [PATCH] Translate "React DOM Components" index --- .../reference/react-dom/components/index.md | 74 +++++++++---------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/src/content/reference/react-dom/components/index.md b/src/content/reference/react-dom/components/index.md index 877ff97fc..a5eb76950 100644 --- a/src/content/reference/react-dom/components/index.md +++ b/src/content/reference/react-dom/components/index.md @@ -1,40 +1,40 @@ --- -title: "React DOM Components" +title: "React DOM コンポーネント" --- -React supports all of the browser built-in [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML/Element) and [SVG](https://developer.mozilla.org/en-US/docs/Web/SVG/Element) components. +React は、ブラウザ組み込みのすべての [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML/Element) と [SVG](https://developer.mozilla.org/en-US/docs/Web/SVG/Element) コンポーネントをサポートしています。 --- -## Common components {/*common-components*/} +## 一般的なコンポーネント {/*common-components*/} -All of the built-in browser components support some props and events. +すべてのブラウザ組み込みコンポーネントは、いくつかの props とイベントをサポートしています。 -* [Common components (e.g. `
`)](/reference/react-dom/components/common) +* [`
` などの一般的なコンポーネント](/reference/react-dom/components/common) -This includes React-specific props like `ref` and `dangerouslySetInnerHTML`. +これには、`ref` や `dangerouslySetInnerHTML` のような React 固有の props も含みます。 --- -## Form components {/*form-components*/} +## フォームコンポーネント {/*form-components*/} -These built-in browser components accept user input: +以下のブラウザ内蔵コンポーネントはユーザからの入力を受け付けます。 * [``](/reference/react-dom/components/input) * [`