Skip to main content

streamlit customer components of Antd Design and Mantine

Project description

Streamlit-Antd-Components

Open in Streamlit GitHub PyPI download

A Streamlit custom component to implement Antd-Design and Mantine widgets.

Check out the Demo App for more example. demo

highlight

  • support streamlit theme(light or dark mode,or custom theme)
  • support Bootstrap Icon
  • support nested data widgets(menu,tree,cascader...)
  • more components to display data
  • more style params (size,color,radius,variant...)

This library now provides component blow:

  • buttons A group of buttons component.
  • divider A divider line separates different content
  • menu A versatile menu for navigation
  • steps A navigation bar that guides users through the steps of a task
  • cascader Chooses cascade items in one float layer for better user experience.
  • checkbox A group of checkbox.
  • rate Rate component
  • switch Switching between two states or on-off state
  • transfer Double column transfer choice box
  • segmented Segmented Controls.
  • tabs A tabs component.
  • tree A hierarchical list structure component.
  • alert Alert component for feedback
  • result Used to feed back the results of a series of operational tasks
  • tag Tag for categorizing or markup
  • pagination A long list can be divided into several pages

Install

pip install streamlit-antd-components

Quickstart

Create a group of buttons,use more style params.

import streamlit as st
import streamlit_antd_components as sac

btn = sac.buttons(
    items=['button1', 'button2', 'button3'],
    index=0,
    format_func='title',
    align='center',
    direction='horizontal',
    radius='lg',
    return_index=False,
)
st.write(f'The selected button label is: {btn}')

buttons

Todo

  • pop-up component
  • Interaction between components
  • Add component callback function
  • multiple sac components

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

File details

Details for the file streamlit_antd_components-0.3.1-py3-none-any.whl.

File metadata

File hashes

Hashes for streamlit_antd_components-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 78ee48b33b7aa6fa1f795a919f3d6703d7a3c60c3c96c191e3aa07217f7274ed
MD5 ca4a739975f61e8c8ec430ee8331bc18
BLAKE2b-256 eb94bcc7cc2803e212c4d7d5c6c5e3b9d7756e624c0721b472fecd512b185ce8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page