Installation
Coming soon..
Examples
<co-input type="text" label="Label"></co-input>
Input with Label
<co-input type="text" label="Label" label-size="md" optional></co-input>
Label with optional text
<co-input type="text" label="Label" label-size="md"></co-input>
Label with different sizes
<co-input type="text" label="Label" helper-text="Helper Text"></co-input>
Input with helper text
<co-input type="text" label="Label" label-size="md" validity-msg="This fiels is required" invalid></co-input>
Input with validity message