iteria-app / lowcode

React Lowcode - prototype, develop and maintain internal apps easier

Home Page:https://iteria.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IonInput (label, position)

jozef-slezak opened this issue · comments

visual editing of ionpage:

  • ability to change IonLabel (see example below Fixed Label)
  • ability to change position fixed/floating/stacked
<IonItem>
            <IonLabel position="fixed">Fixed Label</IonLabel>
            <IonInput value={text}></IonInput>
          </IonItem>