1.0.0 • Published 5 years ago

@id3/bioseal-tools v1.0.0

Weekly downloads
30
License
-
Repository
-
Last release
5 years ago

BiosealTools

Bioseal tools is a library that contains UI elements for bioseal client projects

Installation

npm install @id3/biosealTools

Usage

The library contains header and footer components styled with the standards of id3 technologies.

Import the module in your app.module.ts:

import {BiosealToolsModule} from '@id3/bioseal-tools';

You can now use the header/footer directly in your app.component.html

<id3-header></id3-header>
<id3-footer></id3-footer>

the components has arguments to load images and values inside the the header and footer

  • The header has :

    • backgroundColor //To set the color wanted of the header
    • companyIconWebsite //website to direct for Icon
    • headerIcon //To set the icon of the main title
    • isImageDisabled //To showcase an icon or not true||false
  • The footer has:

    • referenceCompany // title for company logo "Powered by"
    • logoCompany
    • titleVersion "version" example as a title
    • version
    • mailTO "example@test.com"
    • titleContact
    • imageAt "@ icon for the component to upload"
    • backgroundColor //To set the color wanted of the header

License

MIT

1.0.0

5 years ago

1.0.1

5 years ago