https://github.com/gringonivoli/wop-vincent
Web Component built with Stencil to add backgrounds and slideshows to web pages
https://github.com/gringonivoli/wop-vincent
stencil stenciljs stenciljs-components web-components webcomponents
Last synced: about 1 year ago
JSON representation
Web Component built with Stencil to add backgrounds and slideshows to web pages
- Host: GitHub
- URL: https://github.com/gringonivoli/wop-vincent
- Owner: gringonivoli
- License: mit
- Created: 2018-01-27T04:42:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T20:29:24.000Z (almost 8 years ago)
- Last Synced: 2025-03-22T18:39:33.520Z (about 1 year ago)
- Topics: stencil, stenciljs, stenciljs-components, web-components, webcomponents
- Language: TypeScript
- Homepage:
- Size: 12.1 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README

# wop-vincent
Web Component built with Stencil to add backgrounds and slideshows to web pages.
## Live example
[http://embed.plnkr.co/wHTfdQ/](http://embed.plnkr.co/wHTfdQ/)
## Getting Started
To try this component:
```bash
git clone https://github.com/gringonivoli/wop-vincent.git my-app
cd my-app
git remote rm origin
```
and run:
```bash
npm install
npm start
```
## Using this component
### Script tag
- Put this script tag `` in the head of your index.html
### Node Modules
- Run `npm install wop-vincent --save`
- Put a script tag similar to this `` in the head of your index.html
### In a stencil-starter app
- Run `npm install wop-vincent --save`
- Add `{ name: 'wop-vincent' }` to your [collections](https://github.com/ionic-team/stencil-starter/blob/master/stencil.config.js#L5)
## Examples
```html
```