Docs home pagelight logodark logo
  • Blog
  • Website
  • Website
<Card />
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

    <Card />

    <Card> is a component for displaying a group of information in a card format.

     <Card>
      <p>EC2</p>
      <h3
        style={{
          fontSize: "32px",
          fontWeight: "bold",
          margin: ".25rem 0",
        }}
      >
        $ 15.6 /mo{" "}
      </h3>
      <p>t2.micro, us-east-1</p>
    </Card>
    
    xgithublinkedin
    Powered by Mintlify