playbook_ui_docs 13.19.0.pre.alpha.PBNTR207tabledivsupport2245 → 13.19.0.pre.alpha.PBNTR211tablekitsubcomponentsreact2318

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,8 @@
1
1
  examples:
2
2
  rails:
3
- - table_div: Div
3
+ - table_with_subcomponents: Table with Sub Components (Table Elements)
4
+ - table_with_subcomponents_as_divs: Table with Sub Components (Divs)
5
+ # - table_div: Div
4
6
  - table_sm: Small
5
7
  - table_md: Medium
6
8
  - table_lg: Large
@@ -27,7 +29,7 @@ examples:
27
29
  - table_striped: Striped Table
28
30
 
29
31
  react:
30
- - table_div: Div
32
+ # - table_div: Div
31
33
  - table_sm: Small
32
34
  - table_md: Medium
33
35
  - table_lg: Large
@@ -51,3 +53,6 @@ examples:
51
53
  - table_with_background_kit: Table With Background Kit
52
54
  - table_vertical_border: Vertical Borders
53
55
  - table_striped: Striped Table
56
+ - table_with_subcomponents: Table with Sub Components (Table Elements)
57
+ - table_with_subcomponents_as_divs: Table with Sub Components (Divs)
58
+
@@ -22,3 +22,5 @@ export { default as TableWithBackgroundKit } from './_table_with_background_kit.
22
22
  export { default as TableVerticalBorder } from './_table_vertical_border.jsx'
23
23
  export { default as TableStriped } from './_table_striped.jsx'
24
24
  export { default as TableDiv } from './_table_div.jsx'
25
+ export { default as TableWithSubcomponents } from './_table_with_subcomponents.jsx'
26
+ export { default as TableWithSubcomponentsAsDivs } from './_table_with_subcomponents_as_divs.jsx'