Skip to content

Instantly share code, notes, and snippets.

@codigoconjuan
Created February 20, 2026 23:53
Show Gist options
  • Select an option

  • Save codigoconjuan/18f03d7d10c33a89bd13641be45d8ba5 to your computer and use it in GitHub Desktop.

Select an option

Save codigoconjuan/18f03d7d10c33a89bd13641be45d8ba5 to your computer and use it in GitHub Desktop.
Perfil de Usuario
<Form>
<FormLabel htmlFor='name'>Nombre:</FormLabel>
<FormInput
id="name"
type='text'
placeholder='Tu Nombre'
/>
<FormLabel id='bio'>Biografía</FormLabel>
<FormTextArea
id='bio'
placeholder='Añade una Descripción o Biografía'
/>
<FormLabel>Imagen perfil</FormLabel>
<UploadImage />
<FormSubmit
value={'Guardar Cambios'}
/>
</Form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment