showroom
v0.9.3
Published
Interactive visual development and testing of custom elements
Downloads
128
Readme
showroom: Universal development and automated test environment for web components
Installation
npm install -g showroom
create .showroom folder in your project add descriptor files (see example) for your web components.
run showroom and see the magic.
See live demo here
Supports:
- Any stack: Polymer, LitElement, Slim.js, Vanilla, Skate,...
- Supports customized built-in elements (i.e. extends HTMLInputElement)
- Supports innerHTML and wrapping HTML
- Supports global/local scripting and styling
- Supports CI/CD queries for shadow-roots
- Smooth pupeteer integration
Build & Development
git clone [email protected]:eavichay/showroom.git
npm install
npm run dev