Input 
Default 
html
<input class="jumpu-input" placeholder="名前" />Number 
html
<input type="number" class="jumpu-input" placeholder="0" />Email 
html
<input type="email" class="jumpu-input" placeholder="email@example.com" />Date 
html
<input type="date" class="jumpu-input" />Radio 
html
<input
  type="radio"
  class="jumpu-input mr-1"
  name="radio-sample"
  value="radio-1"
  checked
/>
<input type="radio" class="jumpu-input" name="radio-sample" value="radio-2" />Checkbox 
File 
html
<input type="file" class="jumpu-input" />