Loop function inside html in javascript (React)
I want to loop over my function SliderComponent, with different inputs, inside the Html in order to create several components. I found this solution online where we build string and return as Html, using “id” and “getElementById” but I can’t make it work. export function GrommetButtonEx() { return ( <div> <Grommet theme={grommetTheme}> <Sidebar border={{ color: … Read more