I am using PdfMake to generate a pdf on the client side. I store a list of skills in an array like so:
var skills: ["hiking", "running", "typing", "etc"];
I am trying to show this array of skills like this similar to stack overflow (with styling such as border radius and background color etc):
PdfMake does not provide any functions that I know of which will allow me to do this. Does anyone know how I can display an array of data with styling as tags using pdf make?