@@ -36,11 +36,11 @@ Did you like the project? Please don't forget to give us a :star: star on :octoc
3636
3737- :books : [ \< Full Documentation\> ] ( #dropzone-ui-react-components-api )
3838
39- - :performing_arts : [ \< Examples and use cases\> ] ( https://www.npmjs.com/package/@dropzone-ui/react #Usage-and-examples)
39+ - :performing_arts : [ \< Examples and use cases\> ] ( #Usage-and-examples )
4040
41- - :computer : [ \< Server side implementation/>] ( https://www.npmjs.com/package/@dropzone-ui/react #uploading)
41+ - :computer : [ \< Server side implementation/>] ( #uploading )
4242
43- - :earth_americas : [ \< Localization\> ] ( https://www.npmjs.com/package/@dropzone-ui/react #localization)
43+ - :earth_americas : [ \< Localization\> ] ( #localization )
4444
4545## Installation
4646
@@ -85,16 +85,16 @@ ReactDOM.render(<App />, document.querySelector("#app"));
8585
8686Yes, it's really all you need to get started as you can see in these live and interactive demos:
8787
88- | Name | Codesandbox link |
89- | - | - |
90- | Dropzone Basic example| [ ![ Edit Button] ( https://codesandbox.io/static/img/play-codesandbox.svg )] ( https://codesandbox.io/s/basic-3j01v?file=/src/index.js ) |
91- | Dropzone Complete example| [ ![ Edit Button] ( https://codesandbox.io/static/img/play-codesandbox.svg )] ( https://codesandbox.io/s/complete-946hz?file=/src/index.js ) |
92- | File item props| [ ![ Edit Button] ( https://codesandbox.io/static/img/play-codesandbox.svg )] ( https://codesandbox.io/s/fileitem-props-o0w5x ) |
93- | FileItem with no image preview| [ ![ Edit Button] ( https://codesandbox.io/static/img/play-codesandbox.svg )] ( https://codesandbox.io/s/dropzone-ui-file-item-with-no-image-preview-14i2m ) |
94- | InputFileButton & FileItemContainer| [ ![ Edit Button] ( https://codesandbox.io/static/img/play-codesandbox.svg )] ( https://codesandbox.io/s/inputbutton-example-poqsn?file=/src/App.js ) |
95- | ` localización ` : multilanguage example| [ ![ Edit Button] ( https://codesandbox.io/static/img/play-codesandbox.svg )] ( https://codesandbox.io/s/localization-6ew1i?file=/src/App.js ) |
96- | 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 ) |
97- | 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 ) |
88+ | Name | Codesandbox link |
89+ | ---------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
90+ | Dropzone Basic example | [ ![ Edit Button] ( https://codesandbox.io/static/img/play-codesandbox.svg )] ( https://codesandbox.io/s/basic-3j01v?file=/src/index.js ) |
91+ | Dropzone Complete example | [ ![ Edit Button] ( https://codesandbox.io/static/img/play-codesandbox.svg )] ( https://codesandbox.io/s/complete-946hz?file=/src/index.js ) |
92+ | File item props | [ ![ Edit Button] ( https://codesandbox.io/static/img/play-codesandbox.svg )] ( https://codesandbox.io/s/fileitem-props-o0w5x ) |
93+ | FileItem with no image preview | [ ![ Edit Button] ( https://codesandbox.io/static/img/play-codesandbox.svg )] ( https://codesandbox.io/s/dropzone-ui-file-item-with-no-image-preview-14i2m ) |
94+ | InputFileButton & FileItemContainer | [ ![ Edit Button] ( https://codesandbox.io/static/img/play-codesandbox.svg )] ( https://codesandbox.io/s/inputbutton-example-poqsn?file=/src/App.js ) |
95+ | ` localización ` : multilanguage example | [ ![ Edit Button] ( https://codesandbox.io/static/img/play-codesandbox.svg )] ( https://codesandbox.io/s/localization-6ew1i?file=/src/App.js ) |
96+ | 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 ) |
97+ | 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 ) |
9898
9999# Uploading
100100
0 commit comments