feat(dashboard): DataTable component (#6297)

This commit is contained in:
Kasper Fabricius Kristensen
2024-02-02 21:56:55 +01:00
committed by GitHub
parent a7be5d7b6d
commit 8cbf6c60fe
62 changed files with 2722 additions and 397 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"@medusajs/ui-preset": patch
"@medusajs/ui": patch
---
feat(ui,ui-preset): Update to latest version of TailwindCSS. Increase spacing between columns in <Table /> component.