How to use @uppy/dashboard - 3 common examples

To help you get started, we’ve selected a few @uppy/dashboard examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github transloadit / uppy / examples / react-native-expo / FileList.js View on Github external
function UppyDashboardFileIcon (props) {
  const icon = renderStringFromJSX(getFileTypeIcon(props.type).icon)
  if (!icon) {
    return 
  }
  const color = getFileTypeIcon(props.type).color
  return (
github transloadit / uppy / examples / react-native-expo / FileList.js View on Github external
function UppyDashboardFileIcon (props) {
  const icon = renderStringFromJSX(getFileTypeIcon(props.type).icon)
  if (!icon) {
    return 
  }
  const color = getFileTypeIcon(props.type).color
  return (

@uppy/dashboard

Universal UI plugin for Uppy.

MIT
Latest version published 12 days ago

Package Health Score

89 / 100
Full package analysis