|
10 | 10 | [](https://www.npmjs.com/package/dropzone-ui) |
11 | 11 | [](https://david-dm.org/dropzone-ui/dropzone-ui) |
12 | 12 | [](https://www.travis-ci.com/dropzone-ui/dropzone-ui) |
13 | | -[](https://packagephobia.com/result?p=@unlimited-react-components/material-button) |
| 13 | +[](https://packagephobia.com/result?p=dropzone-ui) |
14 | 14 | [](https://coveralls.io/github/unlimited-react-components/material-button?branch=master) |
15 | 15 | [](https://lgtm.com/projects/g/dropzone-ui/dropzone-ui/alerts/) |
16 | 16 | [](https://lgtm.com/projects/g/dropzone-ui/dropzone-ui/context:javascript) |
17 | | -[](https://snyk.io/test/github/unlimited-react-components/material-button) |
| 17 | +[](https://snyk.io/test/github/dropzone-ui/dropzone-ui) |
18 | 18 | [](http://makeapullrequest.com) |
19 | 19 |
|
20 | 20 | ## Description |
21 | 21 |
|
22 | | -Dropzone components for mamanging file uploads. Components were made folllowing some of google's Material design principles. |
| 22 | +React components for mamanging file uploads. Components were made folllowing some of google's Material design principles. |
23 | 23 |
|
24 | | -Sample result: |
| 24 | +## Sample result: |
| 25 | +list view<p align="center"> |
25 | 26 |
|
| 27 | +<img align="center" width="900" src="https://user-images.githubusercontent.com/43678736/132430385-587cb866-09bf-4366-ae39-fdfdf9f69b92.png" alt="dropone-ui-logo"> |
| 28 | + |
| 29 | + |
| 30 | +</p>grid view |
26 | 31 | <p align="center"> |
27 | | -<!-- <img align="center" width="65%" src="https://user-images.githubusercontent.com/43678736/119084603-b74f7380-b9c7-11eb-8ea3-752cf72098e5.png" alt="dropzone-uisamle-screenshot"> --> |
| 32 | + |
| 33 | +<img align="center" width="400px" src="https://user-images.githubusercontent.com/43678736/132430386-d71de2b8-36be-4b2a-838e-57ca0a7fa068.png" alt="dropone-ui-logo"> |
| 34 | + |
| 35 | + |
28 | 36 | </p> |
29 | 37 |
|
| 38 | + |
| 39 | + |
30 | 40 | ## Installation |
31 | 41 |
|
32 | | -react-highlight is available as an [npm package](https://www.npmjs.com/package/@unlimited-react-components/react-highlight). |
| 42 | +dropzone-ui is available as an [npm package](https://www.npmjs.com/package/dropzone-ui). |
33 | 43 |
|
34 | 44 | ```sh |
35 | 45 | // with npm |
36 | | -npm i @unlimited-react-components/react-highlight |
| 46 | +npm i dropzone-ui |
37 | 47 | ``` |
38 | 48 |
|
39 | 49 | ## Usage and examples |
40 | 50 |
|
41 | 51 | Here is a quick example to get you started, **it's all you need**: |
42 | 52 |
|
43 | | -[](https://codesandbox.io/s/react-highlight-demo-7o9pq) |
| 53 | +[](https://codesandbox.io/s/basic-3j01v?file=/src/App.js) |
44 | 54 |
|
45 | | -# DropZone Components API |
| 55 | +# Dropzone UI Components API |
46 | 56 |
|
47 | 57 | - [\<DropzoneUI />](#dropzoneui-api) |
48 | 58 | - [\<DropzoneLabel />](#dropzonelabel-api) |
|
0 commit comments