Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make demo more appealing #5

Merged
merged 1 commit into from
May 29, 2015
Merged

Make demo more appealing #5

merged 1 commit into from
May 29, 2015

Conversation

blasten
Copy link
Contributor

@blasten blasten commented May 28, 2015

</style>
<template>
<span>Press any of these keys: <span>[[boundKeys]]</span></span>
<pre id="output">[[pressed]]</pre>
<p class="keys">Press any of these keys:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it would be nicer/consistent with all the other demos if this content lived in the white-background-with-shadow-card-looking thing. There's styles for this in paper-styles/demo-pages. So if you look, for example, at the iron-autogrow-textarea, this should be

<div class="vertical-section-container centered">
      <h4>Press any of these keys</h4>
        <div class="vertical-section">
          <template is="dom-repeat" items="..".>
           ...
          </template>
       </div>
   </div>

"iron-component-page": "polymerelements/iron-component-page#^1.0.0",
"iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0",
"test-fixture": "polymerelements/test-fixture#^1.0.0",
"web-component-tester": "*",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
},
"resolutions": {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no resolutions should be needed

@notwaldorf
Copy link
Contributor

lgtm % comment (there's resolutions leftover in bower.json)

blasten added a commit that referenced this pull request May 29, 2015
@blasten blasten merged commit df8909d into master May 29, 2015
@blasten blasten deleted the demo branch May 29, 2015 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants