mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-14 00:48:33 +00:00
feat(table): remove StyleFunc + add tests for table alignment (#586)
* Revert "Add support fo style func to table bubble"
This reverts commit 04658fed8e.
* test(table): add tests for table alignment
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
Name Country of Orig… Dunk-able
|
||||
Chocolate Digestives UK Yes
|
||||
Tim Tams Australia No
|
||||
Hobnobs UK Yes
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
┌───────────────────────────────────────────────────────────┐
|
||||
│ Name Country of Orig… Dunk-able │
|
||||
│───────────────────────────────────────────────────────────│
|
||||
│ Chocolate Digestives UK Yes │
|
||||
│ Tim Tams Australia No │
|
||||
│ Hobnobs UK Yes │
|
||||
│ │
|
||||
└───────────────────────────────────────────────────────────┘
|
||||
Reference in New Issue
Block a user