Login to your account
Enter your email below to login to your account
Installation
Copy and paste the component source files linked at the top of this page into your project.
Usage
<script lang="ts">
import * as Card from "$lib/components/ui/card/index.js";
</script>
<Card.Root>
<Card.Header>
<Card.Title>Card Title</Card.Title>
<Card.Description>Card Description</Card.Description>
</Card.Header>
<Card.Content>
<p>Card Content</p>
</Card.Content>
<Card.Footer>
<p>Card Footer</p>
</Card.Footer>
</Card.Root>
Examples
Login to your account
Enter your email below to login to your account