You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `<db-button></db-button>` element represents a clickable button, used to submit forms or anywhere in a document for accessible, standard button functionality. Most of attributes are used in the same way as with a native button. You can try out on <ahref="/story/db-button--live-demo">Button Live Demo</a> Page.
9
+
The `<db-button></db-button>` element represents a clickable button, used to submit forms or anywhere in a document for accessible, standard button functionality. Most of attributes are used in the same way as with a native button. You can try out on [Button Live Demo](?path=/story/db-button--live-demo) Page.
Copy file name to clipboardexpand all lines: packages/db-ui-elements-stencil/src/components/db-checkbox/stories/db-checkbox.intro.stories.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ import Readme from './../readme.md?raw';
8
8
9
9
The `<db-checkbox></db-checkbox>` represents a two-state control that represents the element's checkedness state. If the element's checkedness state is true, the control represents a positive selection, and if it is false, a negative selection.
10
10
11
-
Most attributes are used in the same way as with a native checkbox. You can try out on <ahref="/story/db-checkbox--live-demo">Checkbox Live Demo</a> Page.
11
+
Most attributes are used in the same way as with a native checkbox. You can try out on [Checkbox Live Demo](?path=/story/db-checkbox--live-demo) Page.
The `<db-icon></db-icon>` is based on the design language of Deutsche Bahn. You can try out on <ahref="/story/db-icon--live-demo">Icon Live Demo</a> Page.
10
+
The `<db-icon></db-icon>` is based on the design language of Deutsche Bahn. You can try out on [Icon Live Demo](?path=/story/db-icon--live-demo) Page.
The input element represents a one line plain text edit control for the element's value. Most of attributes are used in the same way as with a native input. You can try out on <ahref="/story/db-input--live-demo">Input Live Demo</a> Page.
9
+
The input element represents a one line plain text edit control for the element's value. Most of attributes are used in the same way as with a native input. You can try out on [Input Live Demo](?path=/story/db-input--live-demo) Page.
The `<db-link></db-link>` element represents a control. With its href attribute, it creates a hyperlink to web pages, files, email addresses, locations in the same page, or anything else a URL can address. Most of attributes are used in the same way as with a native link. You can try out on <ahref="/story/db-link--live-demo">Link Live Demo</a> Page.
9
+
The `<db-link></db-link>` element represents a control. With its href attribute, it creates a hyperlink to web pages, files, email addresses, locations in the same page, or anything else a URL can address. Most of attributes are used in the same way as with a native link. You can try out on [Link Live Demo](?path=/story/db-link--live-demo) Page.
Copy file name to clipboardexpand all lines: packages/db-ui-elements-stencil/src/components/db-radio/stories/db-radio.intro.stories.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ import Readme from './../readme.md?raw';
8
8
9
9
The `<db-radio></db-radio>` represents a control that, when used in conjunction with other input elements, forms a radio button group in which only one control can have its checkedness state set to true. If the element's checkedness state is true, the control represents the selected control in the group, and if it is false, it indicates a control in the group that is not selected.
10
10
11
-
Most attributes are used in the same way as with a native radio. You can try out on <ahref="/story/db-radio--live-demo">Radio Live Demo</a> Page.
11
+
Most attributes are used in the same way as with a native radio. You can try out on [Radio Live Demo](?path=/story/db-radio--live-demo) Page.
The `<db-select></db-select>` element represents a control for selecting amongst a set of options. Most of attributes are used in the same way as with a native select. You can try out on <ahref="/story/db-select--live-demo">Select Playground</a> Page.
9
+
The `<db-select></db-select>` element represents a control for selecting amongst a set of options. Most of attributes are used in the same way as with a native select. You can try out on [Select Playground](?path=/story/db-select--live-demo) Page.
The textarea element represents a multiline plain text edit control. Most of attributes are used in the same way as with a native textarea. You can try out on <ahref="/story/db-textarea--live-demo">Textarea Live Demo</a> Page.
9
+
The textarea element represents a multiline plain text edit control. Most of attributes are used in the same way as with a native textarea. You can try out on [Textarea Live Demo](?path=/story/db-textarea--live-demo) Page.
0 commit comments