I have a component called <app-craftinput>. I'm using this on different layouts.
The template is:
<input type="text" name="" value="" class="input__field input__field--type1">
What is the best method to add attributes like <app-craftinput [value]='23' [label]='Email'></app-craftinput> in the component's template?