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.
Signed-off-by: Jeeyun Lim <jeeyun.lim@gmail.com>
- Loading branch information
Showing
45 changed files
with
1,322 additions
and
292 deletions.
There are no files selected for viewing
Binary file added
BIN
+4.85 KB
gemini/screens/dropdown/angular-positioning/current-clicked/chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+500 Bytes
(120%)
gemini/screens/dropdown/angular-positioning/default/chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.87 KB
gemini/screens/dropdown/angular-positioning/deprecated-clicked/chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-110 Bytes
(100%)
gemini/screens/dropdown/dropdown-header/click the dropdown toggle/chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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,130 @@ | ||
<!-- | ||
~ Copyright (c) 2016 VMware, Inc. All Rights Reserved. | ||
~ This software is released under MIT license. | ||
~ The full license information can be found in LICENSE in the root directory of this project. | ||
--> | ||
|
||
<h6>Top-Right</h6> | ||
<div class="clr-example squeeze example-center" id="top-right"> | ||
<clr-tooltip [clrTooltipDirection]="'top-right'" [clrTooltipSize]="'xs'"> | ||
<clr-icon shape="info-circle" size="24"></clr-icon> | ||
<clr-tooltip-content> | ||
<span>Lorem</span> | ||
</clr-tooltip-content> | ||
</clr-tooltip> | ||
</div> | ||
<pre> | ||
<code clr-code-highlight="language-html"> | ||
<clr-tooltip [clrTooltipDirection]="'top-right'" [clrTooltipSize]="'xs'"> | ||
<clr-icon shape="info-circle" size="24"></clr-icon> | ||
<clr-tooltip-content> | ||
<span>Lorem</span> | ||
</clr-tooltip-content> | ||
</clr-tooltip> | ||
</code> | ||
</pre> | ||
|
||
<h6>Top-Left</h6> | ||
<div class="clr-example squeeze example-center" id="top-left"> | ||
<clr-tooltip [clrTooltipDirection]="'top-left'" [clrTooltipSize]="'sm'"> | ||
<clr-icon shape="info-circle" size="24"></clr-icon> | ||
<clr-tooltip-content> | ||
<span>Lorem ipsum</span> | ||
</clr-tooltip-content> | ||
</clr-tooltip> | ||
</div> | ||
|
||
<pre> | ||
<code clr-code-highlight="language-html"> | ||
<clr-tooltip [clrTooltipDirection]="'top-left'" [clrTooltipSize]="'sm'"> | ||
<clr-icon shape="info-circle" size="24"></clr-icon> | ||
<clr-tooltip-content> | ||
<span>Lorem ipsum</span> | ||
</clr-tooltip-content> | ||
</clr-tooltip> | ||
</code> | ||
</pre> | ||
|
||
<h6>Bottom-Right</h6> | ||
<div class="clr-example squeeze example-center" id="bottom-right"> | ||
<clr-tooltip [clrTooltipDirection]="'bottom-right'" [clrTooltipSize]="'md'"> | ||
<clr-icon shape="info-circle" size="24"></clr-icon> | ||
<clr-tooltip-content> | ||
<span>Lorem ipsum sit</span> | ||
</clr-tooltip-content> | ||
</clr-tooltip> | ||
</div> | ||
|
||
<pre> | ||
<code clr-code-highlight="language-html"> | ||
<clr-tooltip [clrTooltipDirection]="'bottom-right'" [clrTooltipSize]="'md'"> | ||
<clr-icon shape="info-circle" size="24"></clr-icon> | ||
<clr-tooltip-content> | ||
<span>Lorem ipsum sit</span> | ||
</clr-tooltip-content> | ||
</clr-tooltip> | ||
</code> | ||
</pre> | ||
|
||
<h6>Bottom-Left</h6> | ||
<div class="clr-example squeeze example-center" id="bottom-left"> | ||
<clr-tooltip [clrTooltipDirection]="'bottom-left'" [clrTooltipSize]="'lg'"> | ||
<clr-icon shape="info-circle" size="24"></clr-icon> | ||
<clr-tooltip-content> | ||
<span>Lorem ipsum sit</span> | ||
</clr-tooltip-content> | ||
</clr-tooltip> | ||
</div> | ||
|
||
<pre> | ||
<code clr-code-highlight="language-html"> | ||
<clr-tooltip [clrTooltipDirection]="'bottom-left'" [clrTooltipSize]="'lg'"> | ||
<clr-icon shape="info-circle" size="24"></clr-icon> | ||
<clr-tooltip-content> | ||
<span>Lorem ipsum sit</span> | ||
</clr-tooltip-content> | ||
</clr-tooltip> | ||
</code> | ||
</pre> | ||
|
||
<h6>Right</h6> | ||
<div class="clr-example squeeze example-center" id="right"> | ||
<clr-tooltip> | ||
<clr-icon shape="info-circle" size="24"></clr-icon> | ||
<clr-tooltip-content> | ||
<span>Lorem ipsum sit</span> | ||
</clr-tooltip-content> | ||
</clr-tooltip> | ||
</div> | ||
|
||
<pre> | ||
<code clr-code-highlight="language-html"> | ||
<clr-tooltip> | ||
<clr-icon shape="info-circle" size="24"></clr-icon> | ||
<clr-tooltip-content> | ||
<span>Lorem ipsum sit</span> | ||
</clr-tooltip-content> | ||
</clr-tooltip> | ||
</code> | ||
</pre> | ||
|
||
<h6>Left</h6> | ||
<div class="clr-example squeeze example-center" id="left"> | ||
<clr-tooltip [clrTooltipDirection]="'left'" [clrTooltipSize]="'sm'"> | ||
<clr-icon shape="info-circle" size="24"></clr-icon> | ||
<clr-tooltip-content> | ||
<span>Lorem ipsum sit</span> | ||
</clr-tooltip-content> | ||
</clr-tooltip> | ||
</div> | ||
|
||
<pre> | ||
<code clr-code-highlight="language-html"> | ||
<clr-tooltip [clrTooltipDirection]="'left'" [clrTooltipSize]="'sm'"> | ||
<clr-icon shape="info-circle" size="24"></clr-icon> | ||
<clr-tooltip-content> | ||
<span>Lorem ipsum sit</span> | ||
</clr-tooltip-content> | ||
</clr-tooltip> | ||
</code> | ||
</pre> |
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,17 @@ | ||
/* | ||
* Copyright (c) 2016 VMware, Inc. All Rights Reserved. | ||
* This software is released under MIT license. | ||
* The full license information can be found in LICENSE in the root directory of this project. | ||
*/ | ||
import {Component} from "@angular/core"; | ||
|
||
@Component({ | ||
moduleId: module.id, | ||
selector: "clr-tooltips-angular-demo", | ||
// Note the .css extension here, not .scss. That's the best we can have at the moment. | ||
styleUrls: ["./tooltips.demo.css"], | ||
templateUrl: "./tooltips-angular.html" | ||
}) | ||
export class TooltipsAngularDemo { | ||
|
||
} |
Oops, something went wrong.