xtal-eyes

0.0.6 • Public • Published

Published on webcomponents.org

xtal-eyes

Purpose

Sometimes we want an html document or dynamic HTML stream to wear two hats -- It can serve both as a standalone "page", but also serve as a web component embedded inside a larger "uber-app." xtal-eyes provides a way of handling both scenarios. In particular, it provides a conduit through which string properties can be passed.

xtal-eyes searches for a web component container first (based on Shadow DOM root or tag name with a dash). If it finds such a container, it monitors for the specified attribute mutations on that element, and emits an event, "params-changed." If it finds no such containing element, it monitors the location.search parameters for changes, and emits a similar event when they change.

Syntax

<xtal-eyes params='["param1", "param2"]'></xtal-eyes>

Readme

Keywords

none

Package Sidebar

Install

npm i xtal-eyes

Weekly Downloads

0

Version

0.0.6

License

MIT

Unpacked Size

105 kB

Total Files

29

Last publish

Collaborators

  • bahrus