-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
140 additions
and
60 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,4 +1,3 @@ | ||
build | ||
.github | ||
cypress | ||
icons-extractor | ||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,7 +1,7 @@ | ||
{ | ||
"author": "Serhii Pimenov <[email protected]>", | ||
"name": "@olton/metroui", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "The front-end framework for Build responsive, mobile-first projects on the web with the first front-end component library in Metro Style", | ||
"keywords": [ | ||
"metro", | ||
|
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 |
---|---|---|
|
@@ -183,7 +183,6 @@ | |
.d-menu { | ||
position: absolute; | ||
width: auto; | ||
.default-shadow(); | ||
} | ||
} | ||
|
||
|
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,80 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | ||
<link href="../lib/metro.css" rel="stylesheet"> | ||
<link href="../lib/icons.css" rel="stylesheet"> | ||
|
||
<title>Test Sidenav - Metro 4 :: Popular HTML, CSS and JS library</title> | ||
|
||
</head> | ||
<body class="m4-cloak"> | ||
<div class="container"> | ||
<h1>Sidenav test page</h1> | ||
|
||
<div class="example"> | ||
<ul class="sidenav-m3"> | ||
<li class="title">Title 1</li> | ||
<li class="active"><a href="#"><span class="mif-home icon"></span>Dashboard</a></li> | ||
<li class="stick-right bg-red"><a href="#"><span class="mif-cog icon"></span>Layouts</a></li> | ||
<li class="stick-left bg-green"> | ||
<a class="dropdown-toggle" href="#"><span class="mif-tree icon"></span>Sub menu</a> | ||
<ul class="d-menu" data-role="dropdown" style="display: none;"> | ||
<li><a href=""><span class="mif-vpn-lock icon"></span> Subitem 1</a></li> | ||
<li><a href="">Subitem 2</a></li> | ||
<li><a href="">Subitem 3</a></li> | ||
<li><a href="">Subitem 4</a></li> | ||
<li class="disabled"><a href="">Subitem 5</a></li> | ||
</ul> | ||
</li> | ||
<li class=""><a href="#">Thread item</a></li> | ||
<li class="disabled"><a href="#">Disabled item</a></li> | ||
|
||
<li class="title">Title 2</li> | ||
<li><a href="#">Other Item 1</a></li> | ||
<li><a href="#">Other item 2</a></li> | ||
<li><a href="#">Other item 3</a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="example mt-10 d-none"> | ||
<div class="dropdown-button"> | ||
<button class="button dropdown-toggle">Button</button> | ||
<ul class="d-menu" data-role="dropdown"> | ||
<li><a href="#"> | ||
<span class="icon mif-codepen"></span> | ||
<span class="caption">Go to Definition</span> | ||
<span class="hotkey">Ctrl+F12</span> | ||
</a></li> | ||
<li><a href="#">Go to Type Definition</a></li> | ||
<li class="disabled"><a href="#"> | ||
<span class="caption">Go to Type Implementation</span> | ||
<span class="hotkey">Ctrl+F12</span></a></li> | ||
<li><a href="#">Go to References<span class="hotkey">Alt+Shift+F12</span></a></li> | ||
<li> | ||
<a href="#" class="dropdown-toggle">Peek</a> | ||
<ul class="d-menu" data-role="dropdown"> | ||
<li><a href="#"><span class="caption">Find All References</span></a></li> | ||
<li><a href="#"><span class="caption">Find All Implementations</span></a></li> | ||
<li><a href="#"><span class="caption">Show Call Hierarchy</span></a></li> | ||
</ul> | ||
</li> | ||
<li class="divider"></li> | ||
<li><a href="#">Find All References</a></li> | ||
<li><a href="#">Find All Implementations</a></li> | ||
<li><a href="#">Show Call Hierarchy</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<script src="../lib/metro.js"></script> | ||
<script> | ||
// $(function(){ | ||
// $("#block1").dropdown(); | ||
// $("#block2").dropdown(); | ||
// }) | ||
</script> | ||
</body> | ||
</html> |