{"library":"streamlit-antd-components","title":"Streamlit Antd Components","type":"library","description":"A library providing custom Streamlit components built on Ant Design and Mantine. Currently at version 0.3.2, it offers rich UI widgets like buttons, menus, tags, and more for Streamlit apps. Release cadence is irregular; last update was in 2023.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install streamlit-antd-components"],"cli":null},"imports":["import streamlit_antd_components as sac"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/nicedouble/StreamlitAntdComponents","docs":null,"changelog":null,"pypi":"https://pypi.org/project/streamlit-antd-components/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"import streamlit as st\nimport streamlit_antd_components as sac\n\nmenu_item = sac.menu([\n    sac.MenuItem('Home', icon='house'),\n    sac.MenuItem('Settings', icon='gear'),\n], index=0, format_func='title', key='menu')\nst.write(f'Selected: {menu_item}')","lang":"python","description":"Create a simple menu component with Ant Design styling.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}