This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Doc tweaks for sectioned form. (#1074)
- Loading branch information
1 parent
cdeedb2
commit a9a432c
Showing
6 changed files
with
25 additions
and
22 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
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
25 changes: 14 additions & 11 deletions
25
src/app/components/sectioned-form/demo-phone-form.component.html
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 |
---|---|---|
@@ -1,11 +1,14 @@ | ||
<div> | ||
<div> | ||
<span class="sky-emphasized">Home</span> 303.997.3301 | ||
</div> | ||
<div> | ||
<span class="sky-emphasized">Mobile</span> 888.387.1211 | ||
</div> | ||
<div> | ||
<span class="sky-emphasized">Work</span> 303.997.2000 | ||
</div> | ||
</div> | ||
<div class="sky-emphasized" style="margin-bottom: 5px;"> | ||
<label>Home</label> | ||
</div> | ||
<div>303.997.3301</div> | ||
|
||
<div class="sky-emphasized" style="margin: 5px 0 5px 0;"> | ||
<label>Vacation</label> | ||
</div> | ||
<div>888.387.1211</div> | ||
|
||
<div class="sky-emphasized" style="margin: 5px 0 5px 0;"> | ||
<label>Vacation</label> | ||
</div> | ||
<div>303.997.2000</div> |
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
2 changes: 1 addition & 1 deletion
2
src/app/components/sectioned-form/sectioned-form-demo.component.html
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<button type="button" class="sky-btn sky-btn-primary" (click)="openModal()"> | ||
Open tab sectioned modal | ||
Open sectioned form | ||
</button> |
2 changes: 1 addition & 1 deletion
2
src/app/components/sectioned-form/sectioned-modal-form-demo.component.html
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