@vaadin-component-factory/vcf-spreadsheet-light
v1.0.2
Published
Web Component providing basic functionalities of a spreadsheet.
Downloads
12
Readme
<vcf-spreadsheet-light>
This is the npm version vcf-spreadsheet-light developed using Polymer 3.
Live demo ↗ | API documentation ↗
Installation
Install vcf-spreadsheet-light
:
npm i @vaadin-component-factory/vcf-spreadsheet-light --save
Usage
Once installed, import it in your application:
import '@vaadin-component-factory/vcf-spreadsheet-light';
Add <vcf-spreadsheet-light>
element to the page.
<vcf-spreadsheet-light col-count="5" height="700px"></vcf-spreadsheet-light>
Running demo
Fork the
vcf-spreadsheet-light
repository and clone it locally.Make sure you have npm installed.
When in the
vcf-spreadsheet-light
directory, runnpm install
to install dependencies.Run
npm start
to open the demo.
Contributing
To contribute to the component, please read the guideline first.
License
Apache License 2.0