Base Inputs
<div style="--span:6;" class="s-grid">
<div>
<label>Text<input type="text" /></label>
<label>Number<input type="number" /></label>
<label>Password<input type="password" /></label>
<label>Email<input type="email" /></label>
<label>Search<input type="search" /></label>
<label>Tel<input type="tel" /></label>
<label>Url<input type="url" /></label>
</div>
</div>