--- id: streamlit-antd-components version: "0.3.2" license: unclear license_treatment: unclear maintenance: dormant --- # streamlit-antd-components — streamlit customer components of Antd Design and Mantine License: unclear · Maintenance: dormant · Downloads: 77.9K/mo ## 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 above — 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 pip install streamlit-antd-components uv add streamlit-antd-components 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_current - Install friction: low - Maintenance: dormant - Downloads: 77.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags streamlit ui components, ant design streamlit, mantine streamlit widgets, streamlit custom components, streamlit form controls, streamlit navigation menu, streamlit data display, streamlit-addon, ui-components, design-system [View on SkillFed](https://skillfed.io/packages/streamlit-antd-components) · [View on PyPI](https://pypi.org/project/streamlit-antd-components/)