Some checks failed
Deploy / deploy (push) Failing after 39s
Co-authored-by: Benjamin Palko <benjaminpalko@hotmail.com> Reviewed-on: #5
714 B
714 B
input
Text Input is a simple input field
Class names
- component:
input - style:
input-ghost - color:
input-neutral,input-primary,input-secondary,input-accent,input-info,input-success,input-warning,input-error - size:
input-xs,input-sm,input-md,input-lg,input-xl
Syntax
<input type="{type}" placeholder="Type here" class="input {MODIFIER}" />
Rules
- {MODIFIER} is optional and can have one of each style/color/size class names
- Can be used with any input field type (text, password, email, etc.)
- Use
inputclass for the parent when you have more than one element inside input