import * as G from '.../components'; <G.Input placeholder="Placeholder" /> <G.Input icon="envelope" placeholder="Placeholder" /> <G.Input icon="key" type="password" placeholder="Password" /> <G.Input textLeft="https://" placeholder="Placeholder" /> <G.Input textRight=".yourname.xyz" placeholder="Placeholder" /> <G.Input icon="envelope" textLeft="YourName@" placeholder="Placeholder" /> <G.Input disabled icon="envelope" textLeft="YourName@" value="Placeholder" />