AppzuiLib
This library was generated with 13.1.0. This library contents language selection cards with check box
Code scaffolding
To use the library use the command as npm i --save appzui-lib
To use the language library use the selector in the below manner
<dev-custom-card style="height:100vh;width:100%; background-color: var(--app-background);" [languages]="languages" class="languageHeight" [defaultLanguage]="defaultLanguage" [Arrow]="arrow" [playButton]="playbutton" (optionSelectedEvent)="checkValue(event)" (moveNextEvent)="skipLanguage()">
It provides the following feature
languages is an array if support following ds {name:'English',isChecked:true, value:'en'}
default language is nothing but the variable in which you can set whether to show hindi /english
Arrow is a property where you can set the skip button image
Playbutton is a property where you can set the next button image
optionaSelected is event emitter on click of next button whaterver the logic you want to perform that you can right inside
the checkValue or whatever the function name you have given
moveNext is allso event emitter using which you can write the function to perform skip action
Further help
For further help please contact vinuta@appzui.com