@vaadin-component-factory/vcf-spreadsheet-light

Web Component providing basic functionalities of a spreadsheet.

Usage no npm install needed!

<script type="module">
  import vaadinComponentFactoryVcfSpreadsheetLight from 'https://cdn.skypack.dev/@vaadin-component-factory/vcf-spreadsheet-light';
</script>

README

<vcf-spreadsheet-light>

Gitter npm version Published on Vaadin Directory

This is the npm version vcf-spreadsheet-light developed using Polymer 3.

Live demo ↗ | API documentation ↗

screenshot

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

  1. Fork the vcf-spreadsheet-light repository and clone it locally.

  2. Make sure you have npm installed.

  3. When in the vcf-spreadsheet-light directory, run npm install to install dependencies.

  4. Run npm start to open the demo.

Contributing

To contribute to the component, please read the guideline first.

License

Apache License 2.0