-
-
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
16 changed files
with
445 additions
and
162 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
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,58 @@ | ||
<!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> | ||
<style> | ||
body { | ||
padding-top: 50px; | ||
} | ||
</style> | ||
</head> | ||
<body class="m4-cloak"> | ||
<nav data-role="appbar"> | ||
<span class="app-bar-item">Any</span> | ||
<div class="app-bar-item no-hover"> | ||
<input type="checkbox" data-role="theme-switcher" data-state="dark"/> | ||
</div> | ||
<button class="button" id="toggle">Toggle</button> | ||
</nav> | ||
<ul data-role="sidenav-counter" data-expand-point="md" data-toggle="#toggle" id="menu"> | ||
<li><a href="#"> | ||
<span class="mif-apps icon"></span> | ||
<span class="title">all items</span> | ||
<span class="counter">0</span> | ||
</a></li> | ||
<li><a href="#"> | ||
<span class="mif-vpn-lock icon"></span> | ||
<span class="title">websites</span> | ||
<span class="counter">0</span> | ||
</a></li> | ||
<li class="active"><a href="#"> | ||
<span class="mif-drive-eta icon"></span> | ||
<span class="title">Virtual machines</span> | ||
<span class="counter">0</span> | ||
</a></li> | ||
<li><a href="#"> | ||
<span class="mif-cloud icon"></span> | ||
<span class="title">Cloud services</span> | ||
<span class="counter">0</span> | ||
</a></li> | ||
<li><a href="#"> | ||
<span class="mif-database icon"></span> | ||
<span class="title">SQL Databases</span> | ||
<span class="counter">0</span> | ||
</a></li> | ||
<li><a href="#"> | ||
<span class="mif-cogs icon"></span> | ||
<span class="title">Automation</span> | ||
<span class="counter">0</span> | ||
</a></li> | ||
</ul> | ||
<script src="../lib/metro.js"></script> | ||
</body> | ||
</html> |
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.
Large diffs are not rendered by default.
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.12", | ||
"version": "5.0.13", | ||
"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", | ||
|
@@ -37,7 +37,7 @@ | |
"deploy": "node deploy.cjs", | ||
"deploy:dev": "node deploy-dev.cjs", | ||
"pub": "npm publish --access public", | ||
"test": "easytest --include='__tests__/*.test.js' --skip='gravatar,touch,sidebar,list.html'", | ||
"test": "easytest --include='__tests__/*.test.js' --skip='gravatar,touch,sidebar,list.html,audio-player'", | ||
"test:abc": "easytest --include='abc/accordion.test.js' --coverage --verbose --dom --errors" | ||
}, | ||
"browserslist": [ | ||
|
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.