-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ab95ca
commit f21c0af
Showing
3 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
packages/storybook-vue/stories/3_components/checkbox-group/checkbox-group.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<div style="display: inline-flex; align-items: center; justify-content: space-between; width: 100%;"> | ||
<h1>Checkbox-Group</h1> | ||
<img src="assets/beta.png" alt="Beta Component" /> | ||
</div> | ||
|
||
This component contains the Telekom Checkbox-Group. This is used to display the Telekom Checkboxes in a list. | ||
|
||
The topmost checkbox is based on the following checkboxes and can have three different states (empty, checked and indeterminate). | ||
|
||
The top checkbox can be used to set all the checkboxes below it to empty or checked. Disabled checkboxes are not affected by this | ||
|
||
## Beta components | ||
|
||
This component is still in the beta phase. When testing it, keep in mind that it may not have gone through all quality control measures, and it may not yet have WCAG accessibility certification. There may be changes to this component in the future. |
14 changes: 14 additions & 0 deletions
14
packages/storybook-vue/stories/3_components/checkbox-group/checkbox-group_de.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<div style="display: inline-flex; align-items: center; justify-content: space-between; width: 100%;"> | ||
<h1>Checkbox-Group</h1> | ||
<img src="assets/beta.png" alt="Beta Component" /> | ||
</div> | ||
|
||
Diese Komponente enthält die Telekom Checkbox-Group. Diese dient dazu, die Telekom Checkboxen in einer Liste darzustellen. | ||
|
||
Die oberste Checkbox richtet sich nach den darunter liegenden Checkboxes und kann drei verschiedene Zustände haben (leer, markiert und unbestimmt). | ||
|
||
Mit der obersten Checkbox können alle darunter liegenden Checkboxen auf empty oder checked gesetzt werden. Deaktivierte Checkboxes sind hiervon nicht betroffen | ||
|
||
## Beta-Komponente | ||
|
||
Diese Komponente befindet sich noch im Beta-Stadium. Wenn du sie testest, bedenke, dass sie möglicherweise noch nicht alle Qualitätskontrollmaßnahmen durchlaufen hat und noch keine WCAG-Zertifizierung zur Barrierefreiheit vorliegt. In Zukunft kann es zu Änderungen an dieser Komponente kommen. |