-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maint: Upgrade to Patternslib v4 final - content-mirror customizations.
- Loading branch information
Showing
4 changed files
with
43 additions
and
40 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,27 +1,6 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | ||
<title>Content-mirror pattern demo</title> | ||
<script src="bundle.js"></script> | ||
<link rel="icon" type="image/png" href="http://patterns.cornae.com/media/favicon.png" /> | ||
<meta http-equiv="refresh" content="0; url=./src" /> | ||
</head> | ||
<body class="sidebar-left-open generic application- "> | ||
<div id="content" class="application"> | ||
<h1>Content-mirror pattern demo</h1> | ||
<p class="my-mirror" | ||
><span class="text" | ||
><em class="placeholder">Leave a comment</em></span | ||
><em class="selected-users" id="selected-users"></em | ||
><em class="selected-tags" id="selected-tags"></em | ||
></p> | ||
<textarea class="pat-content-mirror" placeholder="Type some text" data-pat-content-mirror="target:.my-mirror .text"></textarea> | ||
<hr /> | ||
<p class="my-other-mirror" | ||
><span class="text" | ||
><em class="placeholder">I am the other mirror. Try me.</em></em | ||
></p> | ||
<textarea class="pat-content-mirror" placeholder="Say what's on your mind" data-pat-content-mirror="target:.my-other-mirror .text"></textarea> | ||
</div> | ||
</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
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,26 @@ | ||
<!DOCTYPE HTML> | ||
<html> | ||
<head> | ||
<meta http-equiv="content-type" content="text/html; charset=utf-8"> | ||
<title>Content-mirror pattern demo</title> | ||
<script src="/dist/bundle.js"></script> | ||
</head> | ||
<body class="sidebar-left-open generic application- "> | ||
<div id="content" class="application"> | ||
<h1>Content-mirror pattern demo</h1> | ||
<p class="my-mirror" | ||
><span class="text" | ||
><em class="placeholder">Leave a comment</em></span | ||
><em class="selected-users" id="selected-users"></em | ||
><em class="selected-tags" id="selected-tags"></em | ||
></p> | ||
<textarea class="pat-content-mirror" placeholder="Type some text" data-pat-content-mirror="target:.my-mirror .text"></textarea> | ||
<hr /> | ||
<p class="my-other-mirror" | ||
><span class="text" | ||
><em class="placeholder">I am the other mirror. Try me.</em></em | ||
></p> | ||
<textarea class="pat-content-mirror" placeholder="Say what's on your mind" data-pat-content-mirror="target:.my-other-mirror .text"></textarea> | ||
</div> | ||
</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