Skip to content

Input

Overview

Applies styles to create an input field.

html
<input type="text" class="c-input">

Demo on CodePen

Notes

You can use the width utility to set its width.

html
<input type="text" class="c-input u-width-xl">

Demo on CodePen