Skip to main content

Starwind UI v3.0 beta is now available! Read the migration guide

Example of a simple table
NameEmailStatus
Ada Lovelaceada@starwind.devActive
Grace Hoppergrace@starwind.devInactive
Total: 2 users

Installation

Framework Availability

Astro Available React Available

Table is available for Astro and React.

Usage

Dynamic Data Table Example

Render a table of recent orders using Astro frontmatter and Starwind UI Table components:

A list of your recent orders.
OrderStatusCustomerTotal
ORD1001ShippedAlice Smith$120.00
ORD1002ProcessingBob Johnson$80.00
ORD1003DeliveredCharlie Rose$200.00
ORD1004CancelledDana Lee$50.00
Total Orders$450.00

API Reference

Changelog

v1.2.0

  • Added contract-generated Astro and React implementations while preserving the component’s existing public API and styling.

v1.1.2

  • Refactor tailwind variants functions into separate variants.ts file

v1.1.0

  • Add a data-slot attribute to all components to enable global styling updates, replacing the current data-table and similar attributes.

v1.0.0

  • Initial component release with starwind v1.6.0