dash-component-boilerplate icon indicating copy to clipboard operation
dash-component-boilerplate copied to clipboard

Get started creating your own Dash components here.

Results 61 dash-component-boilerplate issues
Sort by recently updated
recently updated
newest added

Hello, I would like to try to create a component from the [react summernote component](https://www.npmjs.com/package/react-summernote). I add ``` "react-summernote": "^2.0.2" "jquery":"^3.6.0" ``` to the dependency and the npm run build...

Hi, I’ve been trying to create a project for a while now using this repo but I keep getting an error that prevents me to do so. For reference this...

I think it would be good to update all the packages used in webpack as a lot of the packages are still using a version of node that will exit...

Here is the error I get when extracting the dash component boilerplate: C:\Users\jvanga\git>cookiecutter https://github.com/plotly/dash-component-boilerplate.git You've downloaded C:\Users\jvanga\.cookiecutters\dash-component-boilerplate before. Is it okay to delete and re-download it? [yes]: yes project_name [my...

Hi, i have my own requirements file with Dash (not Dash[dev]) installed. Does the dev make any difference for building(npm run build)?

I have a react component written in typescript. Is there any way to use the boilerplate to create a dash component out of my typescript component?

With the current webpack.config.js, there is a possibility of generating a `{{cookiecutter.project_shortname}}-shared.js` file. If the file is generated, it is not added to the `_js_dist` list and has to be...

This fixes #142 To reduce code duplication, the `-shared` in webpack.config.js was changed to `.shared`. Then this can be combined with the extension of the `_js_dist` using the `min` version....

https://github.com/plotly/dash-component-boilerplate/blob/c59567cad7b6936720af1b19a9141af424efffc2/hooks/pre_gen_project.py#L27 I think this check is too restrictive as Python modules should be able to contain numbers just not start with them. PEP8 isn't super clear though: https://www.python.org/dev/peps/pep-0008/#package-and-module-names

[These lines](https://github.com/plotly/dash-component-boilerplate/blob/6dfd1902ff006ad4950e52914eba5de8ad27fc1a/hooks/post_gen_project.py#L61-L65) to generate the virtual environment didn't work on my machine. My python.exe is at c:\program files\python37\python.exe. Here's the error I get: C:\temp_workspace\dash_temp>cookiecutter gh:plotly/dash-component-boilerplate You've downloaded C:\Users\reube\.cookiecutters\dash-component-boilerplate before. Is...