2D vectors have vectors have magnitude and direction, but unlike 1D vectors, their direction is not just plus and minus -- we have to deal with two possible components. Good intuition for them is arrows. You should be comfortable with adding vectors:
- Think of them as "arrows"
- You add vectors tip to tail
- You can also break them up into components and add them component-wise.
Sometimes you might have to use trig functions to find the components -- a good tip is to remember sine is small when $\theta$ is small!