Commit graph

11 commits

Author SHA1 Message Date
Renée Kooi
ab8d05c099
examples: Add metaFields to inline React example. 2018-04-23 10:33:04 +02:00
Renée Kooi
b7415fe859
react: Allow overriding <DashboardModal /> target prop
This was always mounting the dashboard DOM element into the current
React container element, but that's not always the right thing to do,
for example if the container element is a small element with `overflow:
hidden` or some `position: relative` style.

This patch allows you to do `target={document.body}` and the like, so
you can mount the dashboard element anywhere.
2018-04-09 12:06:13 +02:00
Sergei Zelinsky
be2837c601
[examples/react-example] add missed css 2018-01-27 01:49:15 +02:00
Renée Kooi
f76d582901
Rename Tus10 to Tus. 2017-10-23 11:49:25 +02:00
Renée Kooi
edc0cb29bc
react: Update example page 2017-09-18 15:05:43 +02:00
Renée Kooi
4a3341d0b9
react: rename react folder from uppy-react → react 2017-09-18 14:40:33 +02:00
Renée Kooi
cfe636d849
react: Add dashboard plugin inside component again. add plugins option. 2017-09-18 14:40:32 +02:00
Renée Kooi
b494118fd4
react: Rewrite example with budo 2017-09-18 14:40:32 +02:00
Renée Kooi
bd506d8425
dashboard: auto-discover previously added provider plugins 2017-09-18 14:40:31 +02:00
Renée Kooi
43085e6b3c
react: Use two different instances for Dashboard and DashboardModal examples 2017-09-18 14:40:30 +02:00
Renée Kooi
56ef40122d
react: Add React components example 2017-09-18 14:40:30 +02:00