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
{{ message }}
This repository was archived by the owner on Nov 19, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Makes using [Fine Uploader](http://fineuploader.com) in a React app simple. Drop
21
21
22
22
### Overview
23
23
24
-
React Fine Uploader makes using Fine Uploader and all of its unique features very simple in a React-based project. Thie library provides useful resources that can be divided into three sections:
24
+
React Fine Uploader makes using Fine Uploader and all of its unique features very simple in a React-based project. This library provides useful resources that can be divided into three sections:
25
25
26
26
#### Individual focused components (like `<Thumbnail>` and `<ProgressBar>`).
27
27
@@ -30,7 +30,7 @@ These allow you to easily build a highly customizable and powerful UI for your u
30
30
31
31
#### Higher-order components (like `<Gallery>`)
32
32
33
-
These combine many focused components that provide style (which can be adjusted via your own stylesheet) and enhanced UI-specific features. These components are essentially "turn-key", which means that you can get a fully functional upload widget up and running in your project with a few lines of code. Keep in mind that you of course still need a server to handle the requests sent by Fine Uploader and to server up the JavaScript and CSS files.
33
+
These combine many focused components that provide style (which can be adjusted via your own stylesheet) and enhanced UI-specific features. These components are essentially "turn-key", which means that you can get a fully functional upload widget up and running in your project with a few lines of code. Keep in mind that of course you still need a server to handle the requests sent by Fine Uploader and to server up the JavaScript and CSS files.
34
34
35
35
#### Wrapper classes
36
36
@@ -186,7 +186,7 @@ import CancelButton from 'react-fine-uploader/cancel-button'
0 commit comments