As explained in the comments, you are mixing up two different concepts: boundedness of a matrix and uniform boundedness of a family of matrices.
To illustrate this via the example
\begin{align*}
A:(0,\infty)&\to\mathbb R^{2\times 2}\\
t&\mapsto\begin{pmatrix}
t&0\\0&\frac1{\sqrt t}
\end{pmatrix}
\end{align*}
you used: When talking about boundedness of a matrix in the usual sense the parameter $t$ has to be fixed because the only allowed input for boundedness are Hilbert space vectors. In this case, for any fixed $t>0$
$$
\|A(t)\|_\infty=\max_{x\in\mathbb R^2}\sqrt{t^2x_1^2+\tfrac{x_2}t}=\max\{t,\tfrac1{\sqrt t}\}=\begin{cases}
t&t\geq 1\\
\frac1{\sqrt t}&t\leq 1
\end{cases}\,.
$$
Thus regardless of the (again, fixed!) input $t$, $\|A(t)\|_\infty<\infty$ so $A(t)\in\mathbb R^{2\times 2}$ is bounded. As Anne Bauval pointed out in her comment this is always true: every matrix—after all potential parameters have been fixed—is necessarily bounded.
The other concept you described is uniform boundedness: here one cares not about $\|A(t)\|_\infty$ but rather about the largest constant which bounds all matrices $A(t)$ at the same time, that is,
$$
\sup_{t>0}\|A(t)\|_\infty\,.
$$
As you pointed out this quantity in our example is $\infty$ so while $A(t)$ is bounded for every individual $t$—this is the common use of "boundedness"—the family $A(t)$ is unbounded.