Children props are used to pass component to other components as properties. You can access it by using
{props.children}
Children props are used to pass component to other components as properties. You can access it by using
{props.children}