Skip to content

Commit 5bbee2c

Browse files
authored
[REF]: Update Readme file
1 parent b8c8f0a commit 5bbee2c

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ ReactDOM.render(<App />, document.querySelector("#app"));
7676
```
7777

7878
Yes, it's really all you need to get started as you can see in these live and interactive demos:
79+
7980
| Name | Codesandbox link |
8081
|-|-|
8182
|Dropzone Basic example|[![Edit Button](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/basic-3j01v?file=/src/index.js)|
@@ -86,6 +87,7 @@ Yes, it's really all you need to get started as you can see in these live and in
8687
|`localización`: multilanguage example|[![Edit Button](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/localization-6ew1i?file=/src/App.js)|
8788
|File Item `imageUrl` and synthetic files|[![Edit Button](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/imageurl-to-fileitem-m4801?file=/src/App.js)|
8889
|Default previews extensive list|[![Edit Button](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/defautl-preview-extensive-list-hrwm5?file=/src/App.js)|
90+
8991
# Uploading
9092

9193
Dropzone-ui provides a way to upload files to a server. In case you want to make your own upload function, you can take the files that Dropzone `onChange` event returns.
@@ -157,11 +159,11 @@ Dropzone-ui is available in different languages. So far, we only support `Englis
157159

158160
# Dropzone UI react Components API
159161

160-
- [\<Dropzone/>](#dropzone-api)
161-
- [\<FileItem />](#fileitem-api)
162-
- [\<FullScreenPreview />](#fullscreenpreview-api)
163-
- [\<FileItemContainer />](#fileitemcontainer-api)
164-
- [\<InputButton />](#inputbutton-api)
162+
- [\< Dropzone />](#dropzone-api)
163+
- [\< FileItem />](#fileitem-api)
164+
- [\< FullScreenPreview />](#fullscreenpreview-api)
165+
- [\< FileItemContainer />](#fileitemcontainer-api)
166+
- [\< InputButton />](#inputbutton-api)
165167
- [Special Types](#special-types-api)
166168

167169
## Dropzone API

0 commit comments

Comments
 (0)