HAlejandro88 / arduino-component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<arduino-connection>

Polymer 2 badged Build Status version

Properties

Properties Value Description
url "" define url
lcd "" define the paragraph

Events

Event Description of event
led-change changes the element the arduino selected, in this case led-red
led-change changes the element the arduino selected, in this case led-green
lcd-clicked print on the lcd screen what you wrote in the text field

Styles

Name Type Use in case
-arduino-led1-style Mixin change style for led1
--arduino-led2-style Mixin change style for led2
--arduino-element-style Mixin change style for lcd
--button--background-size var change style for background-size in the conteiner elemnts
--container-padding var change padding for container buttons
--ledbox-height var change heigh for led
--ledbox-with var change with for led

Install the Polymer-CLI

First, make sure you have the Polymer CLI installed. Then run polymer serve to serve your element locally.

Viewing Your Element

$ polymer serve

Running Tests

$ polymer test

Your application is already set up to be tested via web-component-tester. Run polymer test to run your application's test suite locally.

About


Languages

Language:HTML 100.0%