
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
Dashxy is a set of beautiful , interactive and efficient dash component with tons of options. It can be used to integrate advance components in your dash application.
dashxy is a Dash component library.
Dashxy is a set of beautiful , interactive and efficient dash component with tons of options. It can be used to integrate advance components in your dash application.
Get started with:
python usage.pySee CONTRIBUTING.md
If you have selected install_dependencies during the prompt, you can skip this part.
Install npm packages
$ npm install
Create a virtual env and activate.
$ virtualenv venv
$ . venv/bin/activate
Note: venv\Scripts\activate for windows
Install python packages required to build components.
$ pip install -r requirements.txt
Install the python packages for testing (optional)
$ pip install -r tests/requirements.txt
src/lib/components/Dashxy.react.js.src/demo and you will import your example component code into your demo app.$ npm run build
usage.py sample dash app:
$ python usage.py
tests/test_usage.py, it will load usage.py and you can then automate interactions with selenium.$ pytest tests.dashxy).
MANIFEST.in so that they get properly included when you're ready to publish your component._css_dist dict in dashxy/__init__.py so dash will serve them automatically when the component suite is requested.Build your code:
$ npm run build
Create a Python distribution
$ python setup.py sdist bdist_wheel
This will create source and wheel distribution in the generated the dist/ folder.
See PyPA
for more information.
Test your tarball by copying it into a new environment and installing it locally:
$ pip install dashxy-0.0.1.tar.gz
If it works, then you can publish the component to NPM and PyPI:
$ twine upload dist/*
$ rm -rf dist
publish_on_npm)
$ npm publish
Publishing your component to NPM will make the JavaScript bundles available on the unpkg CDN. By default, Dash serves the component library's CSS and JS locally, but if you choose to publish the package to NPM you can set serve_locally to False and you may see faster load times.Share your component with the community! https://community.plotly.com/c/dash
FAQs
Dashxy is a set of beautiful , interactive and efficient dash component with tons of options. It can be used to integrate advance components in your dash application.
We found that dashxy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.