streamlit-antd-components
streamlit customer components of Antd Design and Mantine
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-componentsuv
uv add streamlit-antd-componentspoetry
poetry add streamlit-antd-componentsInstalling 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
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
streamlit-option-menuA Streamlit component that renders a static…
unclear · top 15,000 on PyPI
streamlit-code-editorEmbeds an interactive code editor component…
unclear · top 15,000 on PyPI
streamlit-feedbackAdds a user feedback widget to Streamlit apps…
permissive · top 15,000 on PyPI
streamlit-aggridEmbeds ag-grid, a feature-rich data grid…
permissive · top 5,000 on PyPI
streamlit-aceEmbeds an Ace code editor component into…
permissive · top 15,000 on PyPI
streamlit-extrasProvides a collection of reusable UI components…
permissive · top 15,000 on PyPI
streamlit-sortablesStreamlit Sortables adds drag-and-drop sortable…
permissive · top 15,000 on PyPI
streamlit-toggle-switchAdds a customizable toggle switch component to…
unclear · top 15,000 on PyPI
streamlit-quillEmbeds a React Quill rich-text editor component…
unclear · top 15,000 on PyPI
streamlit-pdfAdds a PDF viewer component to Streamlit apps…
permissive · top 15,000 on PyPI