New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@id3/bioseal-tools

Package Overview
Dependencies
Maintainers
3
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@id3/bioseal-tools

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

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
3
Weekly downloads
 
Created
Source

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 "mailto:example@test.com"
    • titleContact
    • imageAt "@ icon for the component to upload"
    • backgroundColor //To set the color wanted of the header

License

MIT

FAQs

Package last updated on 07 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc