% switch (component) { /** * Text input & password input tag * @param label Label text * @param id Unique element ID * @param password If true, the element will be rendered as a password instead of plain text input * @param placeholder Placeholder text * @param cssClass Custom CSS class if needed */ case 'text': %>
Unknown component: <%= component %>
<% break; } %>