0.0.1 • Published 7 years ago

atmospheric-diagnostics v0.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

atmospheric-diagnostics

A TypeScript library component that

Conventions used and similarities to other projects

npm libs css-variables and vanilla-typescript are used. I have numerous other projects using them

installation

You can install into your application by running npm install --save-dev atmospheric-diagnostics

You can then use it like so:

import AtmosphericDiagnostics from 'atmospheric-diagnostics'

function init() {
  var selector = ".atmospheric-diagnostics"
  var component = new AtmosphericDiagnostics(selector)
  component.attach()
}

init()

You can also import the default styles atmospheric-diagnostics.css which will style it for you.

Why

I made this popup was for my consumption, but you are free to use it too!

Features

  • It will

Demo

Basic usage

Roadmap

Video demo

Feel free to watch the video explanation of how it works here: