Let $A$ be open in $\mathbb{R}^m$; let $g:A\rightarrow\mathbb{R}^n$. If $S\subseteq A$, we say that $S$ satisfies the Lipschitz condition on $S$ if the function $\lambda(x,y)=|g(x)-g(y)|/|x-y|$ is bounded for $x\neq y\in S$. We say that $g$ is locally Lipschitz if each point of $A$ has a neighborhood on which $g$ satisfies the Lipschitz condition.
Show that if $g$ is of class $C^1$, then $g$ is locally Lipschitz.
If $g$ is of class $C^1$, that means the component derivatives of $g$ are continuous. The $i$th-component derivative ($i=1,2,\ldots,m$) at a point $r\in A$ is $D_ig(r)=\lim_{t\rightarrow 0}\dfrac{g(r+te_i)-g(r)}{t}$. So this function is continuous over all points $r\in A$. How can I deduce local Lipschitz from here?