Created
February 20, 2026 23:53
-
-
Save codigoconjuan/18f03d7d10c33a89bd13641be45d8ba5 to your computer and use it in GitHub Desktop.
Perfil de Usuario
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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