1.0.7 • Published 2 years ago

falog v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Falog

This is Login UI Component!

Install

npm i falog --save

Usage

  1. add container element in html file;
  2. import Falog

index.html

//index.html
<div class="'login-container"></div>

app.js

import Falog from 'falog'
import 'falog/dist/index.css'

new Falog(document.querySelector('.login-container'), {
    onChange(data) {},
    onFetch(data, self) {},
    onCode(mobile) {}
})