Skip to main content

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 1.0.0

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 1.0.0
File Size Uploaded
ansys_solutions_dash_super_components-1.0.0.tar.gz 76.3 kB Details

Built distribution (wheel)

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

Total release size: 167.8 kB

Release files / ansys_solutions_dash_super_components-1.0.0.tar.gz

Download URL ansys_solutions_dash_super_components-1.0.0.tar.gz
Size 76.3 kB
Tags Source
SHA-256 checksum
How to use checksums
1c960940c86da69d8515000511fb9d250aca97c0de7323fd4fb921cd5508dd08
BLAKE2b-256 checksum
How to use checksums
705b55910bd46d44330c7233d6897e798b37979e5e53ba029cf4f5be26ee680e
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-1.0.0-py3-none-any.whl

Download URL ansys_solutions_dash_super_components-1.0.0-py3-none-any.whl
Size 91.5 kB
Tags Python 3
SHA-256 checksum
How to use checksums
6286b360f9a2f5cc2303521123b3391380baa65102588a53803e8b7f9f8ae50e
BLAKE2b-256 checksum
How to use checksums
8e09057f32d3e39bf45c6f15bb31c6a68533d7c9417867cd8dac217bd7a1097c
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