@corvina/components-library
v0.1.0
Published
Alpha version of the Corvina Components Library. This library is a collection of web components aimed to be used in the Corvina App.
Downloads
83
Keywords
Readme
Corvina Components Library
Alpha version of the Corvina Components Library. This library is a collection of web components aimed to be used in the Corvina App.
Currently, the library includes the following components:
- corvina-button
- corvina-table
Installation
To install the package run the following command:
npm install @corvina/components-library
Usage
Add the following code to your main.js file:
import CorvinaComponents from "@corvina/components-library";
CorvinaComponents.register()
and add reference to css and font to your code.