hextastudio/ui needs your support to stay running 🫶 Help us
Table
Responsive Table component used to display information in table format.
Preview
Table
Kitty ID
Kitty Name
Age
Kitty ID | Kitty Name | Age |
---|
Installation
Table
Kitty ID
Kitty Name
Age
Kitty ID | Kitty Name | Age |
---|
Usage
tsx
export const Home = () => {
const data = [
{ id: 1, name: "Whiskers", age: 2 },
{ id: 2, name: "Fluffy", age: 5 },
{ id: 3, name: "Sassy", age: 3 },
{ id: 4, name: "Shadow", age: 4 },
{ id: 5, name: "Simba", age: 1 },
];
const columns = [
Props Information
Prop Name
Prop Type
Default Value
Description
Prop Name | Prop Type | Default Value | Description |
---|