%% examples/short-names-platform-pulley.tex
%%
%% A complete, copy-pasteable document using the concise public styles.

\documentclass[tikz, border=6mm]{standalone}
\usepackage{tikzphysics}

\begin{document}

\begin{tikzpicture}
  \node[platform, minimum width=5cm, minimum height=2cm]
    (platform) at (0,0) {};

  \node[pulley, minimum size=8mm]
    (pulley) at (platform.north east) {};
\end{tikzpicture}

\end{document}
