You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
[React](https://reactjs.org/) set of components for managing file uploads, image previews on user inteface. Components were made inspired on other existing libraries (however, those are **not** dependencies because the idea is to take many good related libraries only as **reference** and **create** something **new** ). Google's Material design principles were also considered in development. Indeed, icons come from [Material design icons](https://fonts.google.com/icons).
Dropzone UI is a mini set of [React](https://reactjs.org/) components for managing file uploads, image previews and all with **little** code needed. Components were made inspired on other existing libraries (however, those are **not** dependencies in order avoid increasing the package size and the idea is to **create** something **new** having many good existing libraries only as **reference**). Also, google's Material design principles were considered in development. Indeed, all the icons involved are material design icons.
24
-
25
24
## Sample result:
26
25
27
26
On `Drag`, `Drop` and `Upload`. (also changing view mode from `grid` to `list`).
@@ -37,7 +36,7 @@ Did you like the project? Don't forget to give us a :star: star on :octocat: [gi
37
36
38
37
dropzone-ui is available as an [npm package](https://www.npmjs.com/package/dropzone-ui).
39
38
40
-
For uploading files, peer dependency [axios](https://www.npmjs.com/package/axios) must be installed together
39
+
For uploading files, peer dependency [axios](https://www.npmjs.com/package/axios) must be installed in conjuction with `dropzone-ui`.
Dropzone UI es un pequeño set de componentes [React](https://reactjs.org/) para manejar cargas de archivo, vista previa de imágenes en la interfaz gráfica. Componentes fueron hechos inspirados en otras librerias existentes (sin embargo, estas **no** son dependencias , ya que la idea es tomar como **referencia** varias librerias buenas y **crear** algo **nuevo**). Pricipios de Material Design de Google fueron considerados en el desarrollo. De hecho, todos los iconos son [Material design icons](https://fonts.google.com/icons).
Dropzone UI es un pequeño set de componentes [React](https://reactjs.org/) para manejar cargas de archivo, vista previa de imágenes y todo con **poco** codigo requerido. Componentes fueron hechos inspirados en otras librerias existentes (sin embargo, estas **no** son dependencas para evitar el incremento del tamaño del paquete y la idea es **crear** algo **nuevo** teniendo solo como **referencia** varias librerias buenas ). Además, tambien se siguen los pricipios de Material Design de Google. De hecho, todos los iconos utilizados son iconos de material design.
23
-
24
23
## Ejemplo de resultado:
25
24
26
25
En operaciones `Drag`, `Drop` y `Upload`. (también cambiando el modo de vista de `grid` a `list`).
@@ -32,19 +31,18 @@ En operaciones `Drag`, `Drop` y `Upload`. (también cambiando el modo de vista d
32
31
33
32
</p>
34
33
35
-
## Installacion
36
-
37
-
dropzone-ui is available as an [npm package](https://www.npmjs.com/package/dropzone-ui).
34
+
## Installación
38
35
39
-
For uploading files, peer dependency [axios](https://www.npmjs.com/package/axios) must be installed together
36
+
dropzone-ui está disponible como un [paquete npm](https://www.npmjs.com/package/dropzone-ui).
37
+
Para subir archivos a un servidor, la dependencia peer [axios](https://www.npmjs.com/package/axios) debe ser instalada en conjunto con `dropzone-ui`
0 commit comments