-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/feature/demo-content' into featu…
…re/demo-content
- Loading branch information
Showing
3 changed files
with
25 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>UIP Playground demo</title> | ||
</head> | ||
<body> | ||
<ul> | ||
<li> | ||
<a href="./demo1/index.html">Demo with img</a> | ||
</li> | ||
<li> | ||
<a href="./demo2/index.html">Demo with form</a> | ||
</li> | ||
<li> | ||
<a href="./demo3/index.html">Demo with users list</a> | ||
</li> | ||
<li> | ||
<a href="./demo4/index.html">Demo with playground</a> | ||
</li> | ||
</ul> | ||
</body> | ||
</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 |
---|---|---|
|
@@ -5,6 +5,7 @@ uip-bool-setting { | |
|
||
input { | ||
margin-left: 3px; | ||
max-width: 100%; | ||
} | ||
} | ||
|
||
|