Layout Components
<Panel />
Layout Components
<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>