Skip to content

Commit acf6334

Browse files
added pages for stateful and stateless table
1 parent 084dacd commit acf6334

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

docs/30-components/table-stateful.mdx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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" />
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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" />

0 commit comments

Comments
 (0)