@using Astrol.Component.Basic.Form
<AstrolContentInput>
<input type="text" placeholder="Nombre" />
</AstrolContentInput>
<AstrolContentInput Icon="astrol-user">
<input type="text" placeholder="Nombre" />
</AstrolContentInput>
<AstrolContentInput ShowEfect="false">
<input type="text" placeholder="Teléfono" />
</AstrolContentInput>
<AstrolContentInput ShowEfect="false" Icon="astrol-phone">
<input type="text" placeholder="Teléfono" />
</AstrolContentInput>