Overview
Super Components for Dash is a collection of pre-assembled, high-level UI components built on top of the Dash Mantine Components (DMC) library. The components implement common patterns in simulation web app UIs, reducing frontend development effort by packaging UI logic and layout conventions into smart building blocks.
Dash is a trademark of Plotly Technologies Inc. This project is not affiliated with, endorsed by, or sponsored by Plotly Technologies Inc.
Documentation and issues
For full documentation, including the getting started guide, user guide, and API reference, see the Super Components for Dash documentation. In the upper right corner of the documentation’s title bar, there is an option for switching from viewing the documentation for the latest stable release to viewing the documentation for the development version or previously released versions.
On the Super Components for Dash Issues page, you can create issues to report bugs and request new features.
Installation
The ansys-solutions-dash-super-components package supports Python 3.11 through 3.14 on Windows and Linux.
Install the latest release from PyPI with:
pip install ansys-solutions-dash-super-components
Quick start
The following minimal example shows how to add the DualInputRangeSlider component to a Dash application:
import dash_mantine_components as dmc
from dash import _dash_renderer
from dash_extensions.enrich import DashProxy, html
from ansys.solutions.dash_super_components import DualInputRangeSlider
# Required for Dash 2.x
_dash_renderer._set_react_version("18.2.0")
app = DashProxy(__name__)
app.layout = dmc.MantineProvider(
children=[
html.Div(
[
DualInputRangeSlider(
aio_id="example-slider",
min=0,
max=100,
value=[20, 80],
)
],
style={"padding": "40px"},
)
]
)
if __name__ == "__main__":
app.run(debug=True)
Run the example with python app.py and open http://127.0.0.1:8050 in your browser.
For detailed instructions on how to get started with Super Components for Dash, see the getting started guide in the documentation.
For more complex examples, see the showcase application in the repository.
Contributing
Contributions are welcome! See the contributing guide for developer installation instructions and guidelines on how to contribute code, documentation, and examples to this project.
License
This project is licensed under the Apache 2.0 License. For more information, see the LICENSE file.
Release files for ansys-solutions-dash-super-components 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ansys_solutions_dash_super_components-1.1.0.tar.gz | 76.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ansys_solutions_dash_super_components-1.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 167.1 kB
Release files / ansys_solutions_dash_super_components-1.1.0.tar.gz
| Download URL | ansys_solutions_dash_super_components-1.1.0.tar.gz |
|---|---|
| Size | 76.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8f1dba9f5e129bd6ad5c9e07ac5a050e229a03c78cdc68330b25a0b63fc089fc
|
|
BLAKE2b-256 checksum How to use checksums |
8ceda9e3c1fac17d39fdcf7eb7d701bbf162e27328623fedafb6e9100cbbc45b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 9, 2026.
Transparency logRelease files / ansys_solutions_dash_super_components-1.1.0-py3-none-any.whl
| Download URL | ansys_solutions_dash_super_components-1.1.0-py3-none-any.whl |
|---|---|
| Size | 91.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
45572ff64c53859ce372307b07fe3221611f5fdae490ce7ff6e61741d5836654
|
|
BLAKE2b-256 checksum How to use checksums |
6593b3b4ad2ffbb1d947caccfc8708c429f34930cd3bc4f0e62695fa8257f8d1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 9, 2026.
Transparency log