File tree Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Expand file tree Collapse file tree 2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Table-Stateful
3
+ description : Beschreibung, Spezifikation und Beispiele für die Table-Stateful-Komponente.
4
+ tags :
5
+ - Table
6
+ - Beschreibung
7
+ - Spezifikation
8
+ - Beispiele
9
+ ---
10
+
11
+ import Readme from ' ../../readmes/table-stateful/readme.md' ;
12
+ import { Configurator } from ' @site/src/components/Configurator' ;
13
+ import { LiveEditorCompact } from ' @site/src/components/LiveEditorCompact' ;
14
+ import { ExampleLink } from ' @site/src/components/ExampleLink' ;
15
+
16
+ <Readme />
17
+
18
+ <ExampleLink component = " table-stateful" />
19
+
20
+ ## Live-Editor
21
+
22
+ <LiveEditorCompact component = " table-stateful" />
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Table-Stateless
3
+ description : Beschreibung, Spezifikation und Beispiele für die Table-Stateless-Komponente.
4
+ tags :
5
+ - Table
6
+ - Beschreibung
7
+ - Spezifikation
8
+ - Beispiele
9
+ ---
10
+
11
+ import Readme from ' ../../readmes/table-stateless/readme.md' ;
12
+ import { Configurator } from ' @site/src/components/Configurator' ;
13
+ import { LiveEditorCompact } from ' @site/src/components/LiveEditorCompact' ;
14
+ import { ExampleLink } from ' @site/src/components/ExampleLink' ;
15
+
16
+ <Readme />
17
+
18
+ <ExampleLink component = " table-stateless" />
19
+
20
+ ## Live-Editor
21
+
22
+ <LiveEditorCompact component = " table-stateless" />
You can’t perform that action at this time.
0 commit comments