Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Support: Import on custom elements #33

Open
Rameshv opened this issue Nov 28, 2014 · 1 comment
Open

Support: Import on custom elements #33

Rameshv opened this issue Nov 28, 2014 · 1 comment

Comments

@Rameshv
Copy link

Rameshv commented Nov 28, 2014

All the examples specified in the readme doc explains about how to use the web elements in the main layout html. But there isn't any info on how to use it on the custom element itself.

In a typical polymer app, everything is a web component and they can be extendable and reusable. For an example, check out the the topeka quiz element https://github.com/Polymer/topeka-elements/blob/master/templates/topeka-quiz-four-quarter.html

here the code snippet

<link rel="import" href="../topeka-quiz-base.html">
<link rel="import" href="../../core-selector/core-selector.html">
<link rel="import" href="../../paper-button/paper-button.html">

<polymer-element name="topeka-quiz-four-quarter" extends="topeka-quiz-base" noscript relative>

how can this element import can be translated to emcee way?

move all this imports to custom manifest file, and refer them in the polymer element file.

is emcee equipped to handle recursive imports on the element level.??

Any help is very much appreciated.

@Rameshv Rameshv changed the title Support: create and import on custom elements Support: Import on custom elements Nov 28, 2014
@ahuth
Copy link
Owner

ahuth commented Dec 28, 2014

Hi, sorry for taking so long to get back to you.

Right now, I'm not sure how to fix your issue. Also, I don't have the need nor the motivation to work on this gem anymore. Sorry again!

Will still accept PRs, though.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants