--- title: "React DOM Components" --- 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. --- ## Common components {/*common-components*/} All of the built-in browser components support some props and events. * [Common components (e.g. `
`)](/reference/react-dom/components/common) This includes React-specific props like `ref` and `dangerouslySetInnerHTML`. --- ## Form components {/*form-components*/} These built-in browser components accept user input: * [``](/reference/react-dom/components/input) * [`