0.0.9 • Published 5 years ago

stencil-slot-machine v0.0.9

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

stencil-slot-machine

A web component compiled with StencilJS to simulate a slot machine spin effect

slot-machine

Based on this codepen CSS Slot Machine (transition).

Cloning the repository

$ git clone https://github.com/albertorcf/stencil-slot-machine.git
$ cd stencil-slot-machine/
$ npm install
$ npm start

Using this component

In a stencil-starter app

  • Run npm install stencil-slot-machine --save
  • In src/global/app.ts add an import to the npm packages import stencil-slot-machine;
  • Then you can use the element anywhere in your template, JSX, html etc

Understanding the code

See src/index.html for a simple example on how to use the component.

Built With Stencil

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago