I have the following Maxwell's equations:
$$\nabla \times \mathbf{h} = \mathbf{j} + \epsilon_0 \dfrac{\partial{\mathbf{e}}}{\partial{t}} + \dfrac{\partial{\mathbf{p}}}{\partial{t}},$$
$$\nabla \times \mathbf{e} = - \mu_0 \dfrac{\partial{\mathbf{h}}}{\partial{t}}$$
According to my textbook (provided as a passing comment by the author), the Fourier transform,
$$F(\omega) = \int_{-\infty}^\infty f(t) e^{-j \omega t} \ dt,$$
can be applied to Maxwell's equations to go from the time domain $t$ to the angular frequency domain $\omega$.
My understanding is that this would take us from
$$\nabla \times \mathbf{h} = \mathbf{j} + \epsilon_0 \dfrac{\partial{\mathbf{e}}}{\partial{t}} + \dfrac{\partial{\mathbf{p}}}{\partial{t}}$$
to
$$\nabla \times \mathbf{H} = \mathbf{J} + j \omega \epsilon_0 \mathbf{E} + j \omega \mathbf{P} = \mathbf{J} + j \omega \mathbf{D}$$
and
$$\nabla \times \mathbf{e} = -\mu_0 \dfrac{\partial{\mathbf{h}}}{\partial{t}}$$
to
$$\nabla \times \mathbf{E} = - j \omega \mu_0 \mathbf{H}$$
I want to understand how to do this for the learning experience.
I have experience with the Laplace transform but not the Fourier transform, and I cannot find anything online that goes through the steps of the transformation. Do we just apply the Fourier transform $F(\omega)$ to every term in Maxwell's equations? How do we deal with the presence of vector terms in the context of such an integration?
For instance, we have
$$\nabla \times \mathbf{h} = \mathbf{\hat{i}} (\partial_y h_z - \partial_z h_y) - \mathbf{\hat{j}} (\partial_x h_z - \partial_z h_x) + \mathbf{\hat{k}} (\partial_x h_y - \partial_y h_x)$$
I would greatly appreciate it if people could please take the time to clarify this.