@wonkytech/vaadin-elements
v0.1.2
Published
Attempting to build a Pika package for the Vaadin web components.
Downloads
8
Readme
Vaadin Components
Installation
npm install --save @wonkytech/vaadin-elements
Usage
<script type="module">
import '@wonkytech/vaadin-elements';
</script>
<vaadin-text-field label="Text" value="Some text..."></vaadin-text-field>
Build this package
After adding any extra Vaadin components to the package.json file, build the pika package.
./bin/build.sh
Commit changes, and push to the git repository.
publish the pika package:
pika publish
Commit remaining changes.