uppy/examples/react-example
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
..
.babelrc react: Add React components example 2017-09-18 14:40:30 +02:00
.gitignore react: Add React components example 2017-09-18 14:40:30 +02:00
aliasify.js react: Rewrite example with budo 2017-09-18 14:40:32 +02:00
App.js react: Allow overriding <DashboardModal /> target prop 2018-04-09 12:06:13 +02:00
index.html react: Add React components example 2017-09-18 14:40:30 +02:00
main.js react: Add React components example 2017-09-18 14:40:30 +02:00
package-lock.json react: Rewrite example with budo 2017-09-18 14:40:32 +02:00
package.json [examples/react-example] add missed css 2018-01-27 01:49:15 +02:00