-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(): add vertical divider line feature to input-group component fo…
…r clearer element separation
- Loading branch information
Mladen Planinicic
committed
Dec 6, 2023
1 parent
78ce6ed
commit 8adc064
Showing
5 changed files
with
38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
'@baloise/design-system-components': minor | ||
--- | ||
|
||
Add vertical divider line feature to input-group component for clearer element separation. | ||
|
||
```html | ||
<bal-input-group> | ||
<bal-icon name="call"></bal-icon> | ||
<bal-divider layout="vertical"></bal-divider> | ||
<bal-select style="max-width: 106px" value="DE"> | ||
<bal-select-option label="DE" value="DE">DE</bal-select-option> | ||
<bal-select-option label="FR" value="FR">FR</bal-select-option> | ||
<bal-select-option label="IT" value="IT">IT</bal-select-option> | ||
</bal-select> | ||
<bal-divider layout="vertical"></bal-divider> | ||
<bal-input placeholder="Placeholder"></bal-input> | ||
</bal-input-group> | ||
``` |
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
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
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
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