Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

PyAnsys PyPI Python Apache 2.0

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

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for ansys-solutions-dash-super-components 0.2.dev9
File Size Uploaded
ansys_solutions_dash_super_components-0.2.dev9.tar.gz 76.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for ansys-solutions-dash-super-components 0.2.dev9
File Interpreter ABI Platform
ansys_solutions_dash_super_components-0.2.dev9-py3-none-any.whl Python 3 none any Details

Total release size: 168.5 kB

Release files / ansys_solutions_dash_super_components-0.2.dev9.tar.gz

Download URL ansys_solutions_dash_super_components-0.2.dev9.tar.gz
Size 76.8 kB
Tags Source
SHA-256 checksum
How to use checksums
a84f996d3059c433100d3af9122840d761f7e6dd2c23268b2eb7203265909547
BLAKE2b-256 checksum
How to use checksums
ccdfaed1fda07c9dad5272be02c565038a4b6037daa3cb28063ad898ce7a41fb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

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 Jul 24, 2026.

Transparency log

Release files / ansys_solutions_dash_super_components-0.2.dev9-py3-none-any.whl

Download URL ansys_solutions_dash_super_components-0.2.dev9-py3-none-any.whl
Size 91.8 kB
Tags Python 3
SHA-256 checksum
How to use checksums
2a78a09478ccc1c90dedd48d40528408e041d722b95dec4532463b4d75b72b14
BLAKE2b-256 checksum
How to use checksums
d927b52302b819302e911328e13fe5c375371a036629787bdf17cad19e24d5c6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

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 Jul 24, 2026.

Transparency log
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page