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.
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.