Skip to content

Commit e3cf13a

Browse files
committed
Add example links to doc
1 parent f3a14a5 commit e3cf13a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+151
-0
lines changed

docs/30-components/abbr.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/abbr/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="abbr" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="abbr" />

docs/30-components/alert.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/alert/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="alert" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="alert" />

docs/30-components/avatar.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/avatar/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="avatar" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="avatar" />

docs/30-components/badge.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/badge/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="badge" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="badge" />

docs/30-components/breadcrumb.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/breadcrumb/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="breadcrumb" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="breadcrumb" />

docs/30-components/button-group.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/button-group/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="button-group" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="button-group" />

docs/30-components/button-link.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/button-link/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="button-link" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="button-link" />

docs/30-components/button.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/button/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="button" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="button" />

docs/30-components/card.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/card/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="card" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="card" />

docs/30-components/combobox.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@ tags:
88
---
99

1010
import Readme from '../../readmes/combobox/readme.md';
11+
import { ExampleLink } from '../exampleLink.mdx';
1112

1213
<Readme />
14+
15+
<ExampleLink component="combobox" />

docs/30-components/details.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/details/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="details" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="details" />

docs/30-components/form.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/form/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="form" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="form" />

docs/30-components/heading.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/heading/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="heading" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="heading" />

docs/30-components/icon.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/icon/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="icon" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="icon" />

docs/30-components/image.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/image/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="image" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="image" />

docs/30-components/indented-text.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/indented-text/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="indented-text" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="indented-text" />

docs/30-components/input-checkbox.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/input-checkbox/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="input-checkbox" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="input-checkbox" />

docs/30-components/input-color.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/input-color/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="input-color" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="input-color" />

docs/30-components/input-date.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/input-date/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="input-date" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="input-date" />

docs/30-components/input-email.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/input-email/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="input-email" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="input-email" />

docs/30-components/input-file.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/input-file/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="input-file" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="input-file" />

docs/30-components/input-number.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/input-number/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="input-number" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="input-number" />

docs/30-components/input-password.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/input-password/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="input-password" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="input-password" />

docs/30-components/input-radio.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/input-radio/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="input-radio" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="input-radio" />

docs/30-components/input-range.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/input-range/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="input-range" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="input-range" />

docs/30-components/input-text.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/input-text/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="input-text" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="input-text" />

docs/30-components/link-button.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/link-button/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="link-button" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="link-button" />

docs/30-components/link-group.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/link-group/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="link-group" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="link-group" />

docs/30-components/link.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/link/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="link" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="link" />

docs/30-components/modal.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,8 @@ tags:
1212
import Readme from '../../readmes/modal/readme.md';
1313
import { Configurator } from '@site/src/components/Configurator';
1414
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
15+
import { ExampleLink } from '../exampleLink.mdx';
1516

1617
<Readme />
18+
19+
<ExampleLink component="modal" />

docs/30-components/nav.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ tags:
1111
import Readme from '../../readmes/nav/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
14+
import { ExampleLink } from '../exampleLink.mdx';
1415

1516
<Readme />
1617

18+
<ExampleLink component="nav" />
19+
1720
## Live-Editor
1821

1922
<LiveEditorCompact component="nav" />

0 commit comments

Comments
 (0)