Skip to content

New Components

st_yled provides a collection of components that extend Streamlit's functionality with pre-built UI patterns and advanced interactions.

Component Categories

🃏 Card Components

Beautiful card components for displaying content in organized, visually appealing containers.

Available Components:


📐 Layout Components

Advanced layout components for better page structure and navigation.

Available Components:

  • Sticky Header - Fixed headers that stay visible while scrolling

Components for controlling navigation and routing in your application.

Available Components:

  • Redirect - Programmatic URL redirection

🎛️ Input Components

Enhanced input components with advanced functionality.

Available Components:


Using Custom Components

All custom components are accessible through the st_yled namespace:

import st_yled

# Initialize st_yled
st_yled.init()

# Use custom components
st_yled.badge_card_one(
    badge_text="New",
    title="Featured Item",
    text="Check out this amazing feature"
)

Installation

Custom components are included with st_yled. No additional installation required:

pip install st-styled

Next Steps


st_yled with ❤️ from EVOBYTE