Docs home pagelight logodark logo
  • Blog
  • Website
  • Website
<Panel />
Guides
Reference
Troubleshooting
  • Changelog
  • Connectors
  • Code Snippets
  • Components
  • Getting Started
    • Introduction
    • Installation
    Quick Start
    • Building AI App
    • Deploy
    Framework
    • Framework Overview
    • Alias
    • Building the Backend
    • Building the Frontend
    • Environment Variables
    • Data Connector
    • Variables
    • Role-based Access Control
    • Updating the Project
    Deployment
    • Customizing the Runtime Environment
    • Environment Variables
    • Enable Public Access
    Tutorials: Data Analysis
    • Build a BI app using Pygwalker
    • Build a sophisticated dashboard using Plotly
    Tutorials: LLM Apps
    • Create a chat app
    • AI Chat generates and executes code
    Advanced
    • API Key
    • Built-in PostgreSQL
    • Self-Hosting LLM with Ollama
    • Version Migration Guide
    • Connectors

    <Panel />

    <Panel> is a component for displaying expandable cards.

    <Grid cols="2">
      <Panel>
        <p>RDS</p>
        <h3
          style={{
            fontSize: "32px",
            fontWeight: "bold",
            margin: ".25rem 0",
          }}
        >
          $ 89 /mo{" "}
        </h3>
        <p>db.t3.small, ap-northeast-1</p>
      </Panel>
    </Grid>
    
    xgithublinkedin
    Powered by Mintlify