1.0.0 • Published 1 year ago

calixui v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

CalixUi

This project intends to create an angular components library.

Installation

npm install calix-ui

Adding Calix to your projects

Add CalixCOMPONENT_NAMEModule to your module imports then use it as a describe in your html.

Components

CalixInputComponent

Html tag: <calix-input></calix-input>

Parameters

  • labelTitle (string): Input to define expected label title.

  • inputMandatory (boolean): Input to display if it is required or not.

  • placeholder (string): Input to define expected placeholder text.

  • value (string): Input to define and bind expected value.

  • hint (string): Input to define expected hint text.

  • errorMessage (string): Input to define expected error message text.

  • hasError (boolean): Input to display an error.

Example

<calix-input>

  [labelTitle]="'A Label'"

  [inputMandatory]="true"

  [placeholder]="'A placeholder'"

  [hint]="'A hint !'"

  [value]="my_value"

</calix-input>

Version

Build in node.js 16.17.1 and npm 8.15.0

Dependencies

Peer Dependencies:

  • @angular/common ^14.0.0

  • @angular/core ^14.0.0

Dependencies:

  • tslib ^2.3.0
1.0.0

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago