Response - revaturelabs/ask-frontend GitHub Wiki

The response component is shown in the view-question component underneath the question component. There is one for each response to the relevant question. It features the name of the expert who posted the response, the response body with markdown rendering, and a list of the expert's skills.

The expert's skill set is responsive; the amount of skill tags shown depend on how many can fit on the component in one line. When there are too many skills to fit on one line, they are condensed into a chip which displays how many tags are hidden. When the user hovers over this chip, the hidden tags are displayed in a popover. This popover then disappears when the user clicks anywhere on the page.

HTML

TS

@Output()

@Input()

Variables

Constructor

Functions