Nested Components
You can put a component inside a component. Hence, a nested component means a component inside another component. You can create a new component inside the main component directly, or you can nest a component by putting in an instance of another component. To nest components, you can use any components.
If you nest a component, the nested component would be the child component of the component it's located in. Hence, every child component associated with a parent component is called a nested component.
![[object Object]](https://cdn.sanity.io/images/vidqzkll/production/979a4d79522b97a20b149a55e247286db3a0c354-2175x1200.png/nested-components.png)