Skip to content

feat: build reusable Table component#44

Open
middalukawunti-lang wants to merge 1 commit into
HorizonBridgeLabs:mainfrom
middalukawunti-lang:feat/reusable-table-component
Open

feat: build reusable Table component#44
middalukawunti-lang wants to merge 1 commit into
HorizonBridgeLabs:mainfrom
middalukawunti-lang:feat/reusable-table-component

Conversation

@middalukawunti-lang
Copy link
Copy Markdown

Summary

Implements the generic Table component as specified in #14.

Changes

  • Added src/components/Table.tsx with TableProps<T> interface
  • Skeleton rows (5) with animate-pulse shown when loading={true}
  • Empty state message when data is empty
  • Responsive horizontal scroll via overflow-x-auto

Closes

Closes #14

- Generic TableProps<T> with columns, data, loading props
- Skeleton rows (5) with animate-pulse when loading=true
- Empty state message when data is empty
- Responsive horizontal scroll via overflow-x-auto

Closes HorizonBridgeLabs#14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: build reusable Table component

1 participant