0.0.1 • Published 4 years ago

@sauth/core v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Built With Stencil

AIRSONA Web Components

This package was built using Stencil and can be used as standalone Web Components.

AIRSONA is a product of Always In-touch Real-time ("AIR"), instilling trust and confidence for online transactions. For more information, please visit AIRSONA.

Always In-touch Real-time ("AIR")

AIR utilises a patented platform to satisfy the needs of first world and third world ecosystems.

AIR specialises in Secure Mobile Solutions — taking advantage of internet, business solutions and devices — and offers a total end-to-end solution to enterprise mobilisation.

AIR seeks all manner of means to realise innovative ideas and provides a gateway to explore problem-solving solutions.

AIR consists of two dynamic elements; the first is static/motionless (connectivity and devices)—the tool required for effective communication; the second is reactive (business solutions) which energises innovation and brings intelligence to the first.

Getting Started

To start integrating AIRSONA, the pair-component and voice component is required together with the functional bundle component for the entire to work seamlessly.

Using this component

Script tag

  • Put a script tag similar to this <script src='https://unpkg.com/@airsona/core@0.0.1/dist/core.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

Node Modules

  • Run npm install @airsona/pair-component@0.0.1 --save
  • Put a script tag similar to this <script src='node_modules/@airsona/core/dist/core.js'></script> in the head of your index.html
  • Then you can use the element anywhere in your template, JSX, html etc

In an app using a framework

  • Run npm install @airsona/core@0.0.1 --save
  • Add an import to the npm packages import @airsona/core;
  • Then you can use the element anywhere in your template, JSX, html etc