plotly / dash-daq

Control components for Dash
MIT License
141 stars 40 forks source link

Can't import react components from npm package #106

Open benabel opened 4 years ago

benabel commented 4 years ago

Hi, I've used the excellent dash_daq components in dash apps, however I have a pure react project in which I would like to use these components.

I tried to import it after npm import dash-daq but I have an eroor because the index file doesn't export the components.

I successfully used them downloading the src directory and then importing components from this directory.

My question is would it be possible to publish a version of dash-daq react components to npm to use them independently of dash if you just need a client side app.