dazzle icon indicating copy to clipboard operation
dazzle copied to clipboard

:rocket: Dashboards made easy in React JS.

Results 19 dazzle issues
Sort by recently updated
recently updated
newest added

The demo linked in the readme [http://www.raathigesh.com/dazzle](http://www.raathigesh.com/dazzle) is not accesbile for me.

I have downloaded the sample project and i run it in the browser but it is not working.

There was a Typo in line 46 , /> was not present

Dupe of #49 & #51, but with reproduction: https://github.com/samsch/test-dazzle I forked and modified the build to fix this. https://github.com/samsch/dazzle/tree/1.4.0-cjs There's no real need to build with Webpack for CommonJS modules,...

Would there be a way such that when a widget is dropped on another container already container a widget they would swap instead of being in the same container? ex....

Dazzle wraps its Dashboard Component with react-dnd's DragDropContext(HMLT5Backend) I wish to use Dazzle in my application but also use react-dnd in another part of my component hierarchy which is not...

I have recently started to use this package for a project I am working on. When running the code locally, I am getting: ``` ./packages/dashboard/node_modules/react-dazzle/dist/lib.js (Emitted value instead of an...

At the moment its impossible to use this dashboard dynamicly. Where can exist widgets that are not included in the wiedgetList... Should have a error prevent check here: Check here:...

Just created an app using create-react-app then tried to add dazzle to my project. Dev build works fine, but when we are creating the deployment builds running the create-react-app command...