Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simplajs/simpla-demo-helper
Sets up a demo environment for Simpla element demos
https://github.com/simplajs/simpla-demo-helper
custom-elements demos simpla web-components
Last synced: about 2 months ago
JSON representation
Sets up a demo environment for Simpla element demos
- Host: GitHub
- URL: https://github.com/simplajs/simpla-demo-helper
- Owner: simplajs
- License: mit
- Created: 2017-04-26T11:16:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T22:34:07.000Z (about 7 years ago)
- Last Synced: 2024-11-10T13:48:41.552Z (2 months ago)
- Topics: custom-elements, demos, simpla, web-components
- Language: HTML
- Homepage: https://www.simplajs.org
- Size: 114 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simpla Demo Helper
![Version][bower-badge] [![Build status][travis-badge]][travis-url] [![Bower dependencies][bowerdeps-badge]][bowerdeps-url] ![Size][size-badge] [![Published][webcomponents-badge]][webcomponents-url]Simpla-demo-helper sets up an environment for Simpla element demos. It imports Simpla, sets up a dummy project, and adds an edit mode toggle control to the page.
```html
```
## Installation & usage
Install simpla-demo-helper with Bower (Yarn support coming soon)
```sh
$ bower install simpla-demo-helper --save-dev
```Import it into the `` of your element demo page
```html
```
Then use the element at the top of your page. It will include and setup Simpla for you, and an edit mode toggle control will be available where the element is used.
```html
```
***
MIT © Simpla
[bower-badge]: https://img.shields.io/bower/v/simpla-demo-helper.svg
[bowerlicense-badge]: https://img.shields.io/bower/l/simpla-demo-helper.svg
[travis-badge]: https://img.shields.io/travis/SimplaElements/simpla-demo-helper.svg
[travis-url]: https://travis-ci.org/SimplaElements/simpla-demo-helper
[bowerdeps-badge]: https://img.shields.io/gemnasium/SimplaElements/simpla-demo-helper.svg
[bowerdeps-url]: https://gemnasium.com/bower/simpla-demo-helper
[size-badge]: https://badges.herokuapp.com/size/github/SimplaElements/simpla-demo-helper/master/simpla-demo-helper.html?gzip=true
[webcomponents-badge]: https://img.shields.io/badge/webcomponents.org-published-blue.svg
[webcomponents-url]: https://www.webcomponents.org/element/SimplaElements/simpla-demo-helper