ui-components
ui-components copied to clipboard
Documentation: Input leadingcontent wrong with Angular
Acceptance Criteria:
- In our properties block for the Input component for Angular,
leadingcontentandtrailingcontentshould be changed toleadingContentandtrailingContentrespectively - All of our examples that use
leadingContentand/ortrailingContentneed to be redone, as currently the code provided doesn't work. It needs to be changed to use the slot. - Expand our React documentation to show how to use the ReactNode for
leadingContentand/ortrailingContentrather than just text