Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
streamlit-antd-components
Advanced tools
A Streamlit custom component to implement Antd-Design and Mantine widgets.
Check out the Demo App for more example.
This library now provides component blow:
buttons
A group of buttons component.divider
A divider line separates different contentmenu
A versatile menu for navigationsteps
A navigation bar that guides users through the steps of a taskcascader
Chooses cascade items in one float layer for better user experience.checkbox
A group of checkbox.rate
Rate componentswitch
Switching between two states or on-off statetransfer
Double column transfer choice boxsegmented
Segmented Controls.tabs
A tabs component.tree
A hierarchical list structure component.alert
Alert component for feedbackresult
Used to feed back the results of a series of operational taskstag
Tag for categorizing or markuppagination
A long list can be divided into several pagespip install streamlit-antd-components
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}')
FAQs
streamlit customer components of Antd Design and Mantine
We found that streamlit-antd-components demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.