This repository has been archived by the owner on Mar 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 748
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: clean up formatting and layout details
Signed-off-by: Jeremy Wilken <gnomation@gnomeontherun.com>
- Loading branch information
1 parent
6298a81
commit 2e8e338
Showing
79 changed files
with
594 additions
and
1,571 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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
api/ | ||
dist/ | ||
node_modules/ | ||
node_modules/ | ||
.vuepress/public/images |
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,8 @@ | ||
{ | ||
"default": true, | ||
"line-length": false, | ||
"MD024": false, | ||
"MD036": false, | ||
"no-trailing-punctuation": false, | ||
"no-inline-html": false | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
<button type="button" class="btn btn-icon" aria-label="home"> | ||
<cds-icon shape="home"></cds-icon> | ||
<clr-icon shape="home"></clr-icon> | ||
</button> | ||
<button type="button" class="btn btn-icon btn-primary" aria-label="settings"> | ||
<cds-icon shape="cog"></cds-icon> | ||
<clr-icon shape="cog"></clr-icon> | ||
</button> | ||
<button type="button" class="btn btn-icon btn-warning" aria-label="warning"> | ||
<cds-icon shape="warning-standard"></cds-icon> | ||
<clr-icon shape="warning-standard"></clr-icon> | ||
</button> | ||
<button type="button" class="btn btn-icon btn-danger" aria-label="error"> | ||
<cds-icon shape="error-standard"></cds-icon> | ||
<clr-icon shape="error-standard"></clr-icon> | ||
</button> | ||
<button type="button" class="btn btn-icon btn-success" aria-label="done"> | ||
<cds-icon shape="check"></cds-icon> | ||
<clr-icon shape="check"></clr-icon> | ||
</button> | ||
<button type="button" class="btn btn-icon" disabled aria-label="home"> | ||
<cds-icon shape="home"></cds-icon> | ||
<clr-icon shape="home"></clr-icon> | ||
</button> |
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,9 +1,3 @@ | ||
<!-- | ||
~ Copyright (c) 2016-2020 VMware, Inc. | ||
~ All Rights ReserveThis software is released under MIT license. | ||
~ The full license information can be found in LICENSE in the root directory of this project. | ||
--> | ||
|
||
<button class="btn btn-primary">Primary</button> | ||
<button class="btn">Secondary</button> | ||
<button class="btn btn-link">Tertiary</button> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<div class="clr-checkbox-wrapper"> | ||
<input type="checkbox" id="vertical-checkbox1" name="checkbox-full" value="option1" class="clr-checkbox" /> | ||
<label for="vertical-checkbox1" class="clr-control-label">option 1</label> | ||
<input type="checkbox" id="basic-checkbox1" name="checkbox-full" value="option1" class="clr-checkbox" /> | ||
<label for="basic-checkbox1" class="clr-control-label">Option 1</label> | ||
</div> | ||
<div class="clr-checkbox-wrapper"> | ||
<input type="checkbox" id="vertical-checkbox2" name="checkbox-full" value="option2" class="clr-checkbox" /> | ||
<label for="vertical-checkbox2" class="clr-control-label">option 2</label> | ||
<input type="checkbox" id="basic-checkbox2" name="checkbox-full" value="option2" class="clr-checkbox" /> | ||
<label for="basic-checkbox2" class="clr-control-label">Option 2</label> | ||
</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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<div class="clr-radio-wrapper"> | ||
<input type="radio" id="radio1" name="radio-basic" value="option1" class="clr-radio" /> | ||
<label for="radio1">Option 1</label> | ||
<input type="radio" id="basic-radio1" name="radio-basic" value="option1" class="clr-radio" /> | ||
<label for="basic-radio1">Option 1</label> | ||
</div> | ||
<div class="clr-radio-wrapper"> | ||
<input type="radio" id="radio1" name="radio-basic" value="option2" class="clr-radio" /> | ||
<label for="radio1">Option 2</label> | ||
<input type="radio" id="basic-radio2" name="radio-basic" value="option2" class="clr-radio" /> | ||
<label for="basic-radio2">Option 2</label> | ||
</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
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
17 changes: 7 additions & 10 deletions
17
apps/website/.vuepress/public/demos/range/disabled-css.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,19 +1,16 @@ | ||
<clr-range-container class="clr-form-control clr-row clr-form-control-disabled" | ||
><label class="clr-control-label clr-col-12 clr-col-md-2" for="clr-form-control-3">Disabled</label> | ||
<div class="clr-form-control clr-row clr-form-control-disabled"> | ||
<label class="clr-control-label clr-col-12 clr-col-md-2" for="clr-form-control-3">Disabled</label> | ||
<div class="clr-control-container clr-col-md-10 clr-col-12"> | ||
<div class="clr-range-wrapper progress-fill"> | ||
<input | ||
type="range" | ||
clrrange="" | ||
name="four" | ||
aria-describedby="clr-form-control-3-helper" | ||
id="clr-form-control-3" | ||
class="clr-range ng-untouched ng-pristine" | ||
class="clr-range" | ||
disabled="" | ||
/><span class="fill-input ng-star-inserted" style="width: 118.68px;"></span> | ||
/><span class="fill-input ng-star-inserted" style="width: 0;"></span> | ||
</div> | ||
<clr-control-helper id="clr-form-control-3-helper" class="clr-subtext ng-star-inserted" | ||
>Helper text</clr-control-helper | ||
> | ||
</div></clr-range-container | ||
> | ||
<div id="clr-form-control-3-helper" class="clr-subtext">Helper text</div> | ||
</div> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,15 @@ | ||
<clr-range-container class="clr-form-control clr-row" | ||
><label class="clr-control-label clr-col-12 clr-col-md-2" for="clr-form-control-2">Full example</label> | ||
<div class="clr-form-control clr-row"> | ||
<label class="clr-control-label clr-col-12 clr-col-md-2" for="helper-range">Full example</label> | ||
<div class="clr-control-container clr-col-md-10 clr-col-12"> | ||
<div class="clr-range-wrapper progress-fill"> | ||
<input | ||
type="range" | ||
clrrange="" | ||
name="three" | ||
aria-describedby="clr-form-control-2-helper" | ||
id="clr-form-control-2" | ||
class="clr-range ng-untouched ng-pristine ng-valid" | ||
/><span class="fill-input ng-star-inserted" style="width: 46.44px;"></span> | ||
class="clr-range" | ||
/><span class="fill-input" style="width: 0px;"></span> | ||
</div> | ||
<clr-control-helper id="clr-form-control-2-helper" class="clr-subtext ng-star-inserted" | ||
>Helper text</clr-control-helper | ||
> | ||
</div></clr-range-container | ||
> | ||
<div id="clr-form-control-2-helper" class="clr-subtext">Helper text</div> | ||
</div> | ||
</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
Oops, something went wrong.