skillfed

streamlit-antd-components

streamlit customer components of Antd Design and Mantine

streamlit-antd-components v0.3.2 77.9K downloads/30d#14,478 on PyPI558
License unclear DORMANT released

What it is and what it does

Streamlit-Antd-Components wraps Ant Design and Mantine UI widgets as custom Streamlit components, letting you add styled form controls, navigation, and data-display elements to Streamlit apps. It provides buttons, menus, cascaders, checkboxes, switches, tabs, trees, pagination, alerts, and other interactive widgets that integrate directly into Streamlit's reactive model.

The package is a pure Python wheel with only Streamlit as a runtime dependency, so installation is straightforward. However, the project is dormant—the last release was in January 2024 and no commits have been made since August 2024—meaning you should not expect active maintenance, bug fixes, or updates to support newer Streamlit versions.

Use it for:

  • Add styled navigation menus and step indicators to multi-page or task-driven Streamlit dashboards.
  • Build form-heavy data-entry apps with cascading selectors, checkboxes, and segmented controls.
  • Create paginated data tables or lists without writing custom CSS or JavaScript.
  • Implement hierarchical tree views for exploring nested data structures in exploratory apps.
  • Style alerts and result feedback components to match Ant Design visual conventions.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides Ant Design and Mantine UI components for Streamlit apps, including buttons, menus, forms, navigation, and data display widgets.

Yes, if you need Ant Design or Mantine widgets in a Streamlit app and can accept dormant maintenance. Install friction is low and there are no known vulnerabilities. However, verify the license from the GitHub repository first, and test compatibility with your Streamlit version, since the project has not been actively maintained since mid-2024.

Install

streamlit-antd-components on PyPI

pip

pip install streamlit-antd-components

uv

uv add streamlit-antd-components

poetry

poetry add streamlit-antd-components

Installing streamlit-antd-components

Before you install

Installs with minimal friction as a pure Python wheel depending only on streamlit. Maintenance is dormant—last release was 2024-01-19 and no commits since 2024-08-05—so expect no active bug fixes or feature updates.

License in practice

License treatment is unclear; the package metadata lists no SPDX identifier or raw license text. Before relying on this in production or redistribution, verify the actual license from the GitHub repository.

Quickstart

pip install streamlit-antd-components

import streamlit as st
import streamlit_antd_components as sac

btn = sac.buttons(
    items=['button1', 'button2', 'button3'],
    index=0,
    align='center'
)
st.write(f'Selected: {btn}')

Requires Streamlit as a runtime dependency; intended for use within Streamlit applications, not standalone scripts.

Verify before relying

  • Whether the unclear license permits commercial or proprietary use without restriction.
  • Whether dormant maintenance status means compatibility with recent Streamlit versions is maintained.
  • Scope and stability of the component API across the 0.3.2 release.

Package facts

License not declared (unclear)
Python support supports the current Python release (>=3.8)
Install friction low — pure-Python wheel
Runtime dependencies 1 — streamlit
Maintenance dormant — 938 days since the last release
Last repo commit
First released
Downloads 77,945/month — #14,478 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: streamlit_antd_components-0.3.2-py3-none-any.whl

Tags

streamlit ui componentsant design streamlitmantine streamlit widgetsstreamlit custom componentsstreamlit form controlsstreamlit navigation menustreamlit data display
streamlit-addonui-componentsdesign-system

More Application Frameworks packages