#tips > [!NOTE] Should probably switch @param to @attr ```javascript /** systemTag.ComponentTagName * * Description of what component(s) tag holds * * @param {paramName} Type // Attribute for the component * @param... * * @returns Component // (probably returns a component) */ ```