I want to create simple component to create. For example there are two inputs for columns number and rows number.
How to generate choosen by user numbers of rows and columns?
Here's the template. Iterating through for smells bad for me :<
<input type="number" placeholder="Length"/>
<input type="number" placeholder="width"/>
<div class="map">
<div class="row">
<div class="cell">Test</div>
</div>
</div>
It would be great to do it in typescript