File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -47,28 +47,28 @@ File viewer for **React v17+**.
47
47
48
48
## Supported file types
49
49
50
- | Extension | MIME Type |
51
- | --------- | ------------------------------------------------------------------------- |
52
- | bmp | image/bmp |
53
- | csv | text/csv |
54
- | odt | application/vnd.oasis.opendocument.text |
55
- | doc | application/msword |
56
- | docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document |
57
- | gif | image/gif |
58
- | htm | text/htm |
59
- | html | text/html |
60
- | jpg | image/jpg |
61
- | jpeg | image/jpeg |
62
- | pdf | application/pdf |
63
- | png | image/png |
64
- | ppt | application/vnd.ms-powerpoint |
65
- | pptx | application/vnd.openxmlformats-officedocument.presentationml.presentation |
66
- | tiff | image/tiff |
67
- | txt | text/plain |
68
- | xls | application/vnd.ms-excel |
69
- | xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet |
70
- | mp4 | video/mp4 |
71
- | webp | image/webp |
50
+ | Extension | MIME Type | Comments |
51
+ | --------- | ------------------------------------------------------------------------- | ------------- |
52
+ | bmp | image/bmp | |
53
+ | csv | text/csv | |
54
+ | odt | application/vnd.oasis.opendocument.text | |
55
+ | doc | application/msword | Public URLs only! |
56
+ | docx | application/vnd.openxmlformats-officedocument.wordprocessingml.document | Public URLs only! |
57
+ | gif | image/gif | |
58
+ | htm | text/htm | |
59
+ | html | text/html | |
60
+ | jpg | image/jpg | |
61
+ | jpeg | image/jpeg | |
62
+ | pdf | application/pdf | |
63
+ | png | image/png | |
64
+ | ppt | application/vnd.ms-powerpoint | Public URLs only! |
65
+ | pptx | application/vnd.openxmlformats-officedocument.presentationml.presentation | Public URLs only! |
66
+ | tiff | image/tiff | |
67
+ | txt | text/plain | |
68
+ | xls | application/vnd.ms-excel | Public URLs only! |
69
+ | xlsx | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet | Public URLs only! |
70
+ | mp4 | video/mp4 | |
71
+ | webp | image/webp | |
72
72
73
73
## Storybook Demo
74
74
You can’t perform that action at this time.
0 commit comments