🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

streamlit-link-button-extended

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

streamlit-link-button-extended

Streamlit Component that allows the developer to track when it's been clicked

0.2.3
PyPI
Maintainers
1

Streamlit Component that allows the developer to track when it's been clicked

Installation instructions

pip install streamlit-link-button-extended

Usage instructions

import streamlit as st

from streamlit_link_button_extended import streamlit_link_button_extended

label = "Google"
url = "https://www.google.com"

streamlit_link_button_extended(label, url, key="google_link_button")

FAQs

Did you know?

Socket

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.

Install

Related posts