0.1.1 • Published 6 months ago

@corvina/web-components-library v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

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";
 // 3 parameters: locale: string = 'en', shouldLoadTheme: boolean = false, shouldLoadFonts: boolean = false) {
 CorvinaComponents.initCorvinaComponents('en')

and add reference to css and font to your code. If you use Vuetify in the hosting app set shouldLoadTheme to false otherwise to true. If you already load the fonts in the hosting app (Roboto, MaterialSymbols) set shouldLoadFonts to false otherwise to true.

0.1.1

6 months ago

0.1.0

6 months ago

0.0.8

6 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago