Skip to content
#

transforming-files

Here are 23 public repositories matching this topic...

juho
juho commented Sep 9, 2019

We're using rmwc components with material UI. This doesn't work as expected because of your tagMap:

import { Button } from 'rmwc'
<ReactFilestack
  componentDisplayMode={{
    type: Button
  }}
/>

As the ReactFilestack component only renders the button, optimally I would expect the API to be something like this..

import { Button } from 'rmwc'
<ReactFilestack

Improve this page

Add a description, image, and links to the transforming-files topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the transforming-files topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.