Skip to content

Commit dcd1101

Browse files
authored
docs: description for prop _msg on inputs (#382)
2 parents 84ce893 + 93d1cf0 commit dcd1101

File tree

13 files changed

+183
-1
lines changed

13 files changed

+183
-1
lines changed

docs/30-components/input-checkbox.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import Readme from '../../readmes/input-checkbox/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
1414
import { ExampleLink } from '@site/src/components/ExampleLink';
15+
import { PropertyMsgUsage } from '@site/src/components/PropertyMsgUsage';
1516

1617
# Checkbox
1718

@@ -83,6 +84,10 @@ Achten Sie darauf, jeder Checkbox ein Label zuzuweisen, da dieses von Screenread
8384

8485
<Readme />
8586

87+
## Verwendung _msg
88+
89+
<PropertyMsgUsage />
90+
8691
<ExampleLink component="input-checkbox" />
8792

8893
## Live-Editor

docs/30-components/input-color.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import Readme from '../../readmes/input-color/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
1414
import { ExampleLink } from '@site/src/components/ExampleLink';
15+
import { PropertyMsgUsage } from '@site/src/components/PropertyMsgUsage';
1516

1617
# InputColor
1718

@@ -72,6 +73,10 @@ Für eine vollständige Barrierefreiheit prüfen Sie die Verwendung einer vorgef
7273

7374
<Readme />
7475

76+
## Verwendung _msg
77+
78+
<PropertyMsgUsage />
79+
7580
<ExampleLink component="input-color" />
7681

7782
## Live-Editor

docs/30-components/input-date.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import Readme from '../../readmes/input-date/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
1414
import { ExampleLink } from '@site/src/components/ExampleLink';
15+
import { PropertyMsgUsage } from '@site/src/components/PropertyMsgUsage';
1516

1617
# InputDate
1718

@@ -127,6 +128,10 @@ Das Eingabefeld für Zeitangaben gibt es in unterschiedlichen Ausprägungen (Dat
127128

128129
<Readme />
129130

131+
## Verwendung _msg
132+
133+
<PropertyMsgUsage />
134+
130135
<ExampleLink component="input-date" />
131136

132137
## Live-Editor

docs/30-components/input-email.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import Readme from '../../readmes/input-email/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
1414
import { ExampleLink } from '@site/src/components/ExampleLink';
15+
import { PropertyMsgUsage } from '@site/src/components/PropertyMsgUsage';
1516

1617
# InputEmail
1718

@@ -122,6 +123,10 @@ Mit den drei Attributen `_max-length`, `_max-length-behavior` und `_has-counter`
122123

123124
<Readme />
124125

126+
## Verwendung _msg
127+
128+
<PropertyMsgUsage />
129+
125130
<ExampleLink component="input-email" />
126131

127132
## Live-Editor

docs/30-components/input-file.mdx

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

1617
# InputFile
1718

@@ -68,6 +69,10 @@ Mögliche Werte und weitere Informationen erhalten Sie im <kol-link _href="https
6869

6970
<Readme />
7071

72+
## Verwendung _msg
73+
74+
<PropertyMsgUsage />
75+
7176
<ExampleLink component="input-file" />
7277

7378
## Live-Editor

docs/30-components/input-number.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import Readme from '../../readmes/input-number/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
1414
import { ExampleLink } from '@site/src/components/ExampleLink';
15+
import { PropertyMsgUsage } from '@site/src/components/PropertyMsgUsage';
1516

1617
# InputNumber
1718

@@ -60,6 +61,10 @@ Zur Behandlung von Events bzw. Callbacks siehe <kol-link _label="Events" _href="
6061

6162
<Readme />
6263

64+
## Verwendung _msg
65+
66+
<PropertyMsgUsage />
67+
6368
<ExampleLink component="input-number" />
6469

6570
## Live-Editor

docs/30-components/input-password.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import Readme from '../../readmes/input-password/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
1414
import { ExampleLink } from '@site/src/components/ExampleLink';
15+
import { PropertyMsgUsage } from '@site/src/components/PropertyMsgUsage';
1516

1617
# InputPassword
1718

@@ -114,6 +115,10 @@ Mit den drei Attributen `_max-length`, `_max-length-behavior` und `_has-counter`
114115

115116
<Readme />
116117

118+
## Verwendung _msg
119+
120+
<PropertyMsgUsage />
121+
117122
<ExampleLink component="input-password" />
118123

119124
## Live-Editor

docs/30-components/input-radio.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import Readme from '../../readmes/input-radio/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
1414
import { ExampleLink } from '@site/src/components/ExampleLink';
15+
import { PropertyMsgUsage } from '@site/src/components/PropertyMsgUsage';
1516

1617
# InputRadio
1718

@@ -101,6 +102,10 @@ Zur Behandlung von Events bzw. Callbacks siehe <kol-link _label="Events" _href="
101102

102103
<Readme />
103104

105+
## Verwendung _msg
106+
107+
<PropertyMsgUsage />
108+
104109
<ExampleLink component="input-radio" />
105110

106111
## Live-Editor

docs/30-components/input-range.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import Readme from '../../readmes/input-range/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
1414
import { ExampleLink } from '@site/src/components/ExampleLink';
15+
import { PropertyMsgUsage } from '@site/src/components/PropertyMsgUsage';
1516

1617
# InputRange
1718

@@ -77,6 +78,10 @@ Zur Behandlung von Events bzw. Callbacks siehe <kol-link _label="Events" _href="
7778

7879
<Readme />
7980

81+
## Verwendung _msg
82+
83+
<PropertyMsgUsage />
84+
8085
<ExampleLink component="input-range" />
8186

8287
## Live-Editor

docs/30-components/input-text.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import Readme from '../../readmes/input-text/readme.md';
1212
import { Configurator } from '@site/src/components/Configurator';
1313
import { LiveEditorCompact } from '@site/src/components/LiveEditorCompact';
1414
import { ExampleLink } from '@site/src/components/ExampleLink';
15+
import { PropertyMsgUsage } from '@site/src/components/PropertyMsgUsage';
1516

1617
# InputText
1718

@@ -138,6 +139,10 @@ Mit den drei Attributen `_max-length`, `_max-length-behavior` und `_has-counter`
138139

139140
<Readme />
140141

142+
## Verwendung _msg
143+
144+
<PropertyMsgUsage />
145+
141146
<ExampleLink component="input-text" />
142147

143148
## Live-Editor

0 commit comments

Comments
 (0)