Skip to main content

Starwind UI v1.3.1 is now available! Get started

Card

Create project
Deploy your new project in one-click.

Installation

Usage

Form Submission

You can easily add a standard html form submission to your card. Here is a full example with the javascript submission code.

Tip

Open up your browser’s dev tools and view the console to see the form data.

Create project
Deploy your new project in one-click.

API Reference

Card

The root component that serves as a container for card content.

The component accepts all standard HTML attributes for <div> elements.

CardHeader

A container for card header content, typically containing the title and description.

The component accepts all standard HTML attributes for <div> elements.

CardTitle

A component for rendering the card title with appropriate font styling.

The component accepts all standard HTML attributes for <div> elements.

CardDescription

A component for rendering the card description with muted colors and appropriate text styling.

The component accepts all standard HTML attributes for <div> elements.

CardContent

A container for the main content of the card.

The component accepts all standard HTML attributes for <div> elements.

CardFooter

A container for card footer content, typically containing action buttons.

The component accepts all standard HTML attributes for <div> elements.

Changelog

v1.1.0

  • tailwind-variants now implemented. This uses tailwind-merge under the hood to merge Tailwind classes without style conflicts, allowing you to override any existing classes using the “class” prop.