🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

falog

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

falog

This is Login UI Component!

npmnpm
Version
1.0.5
Version published
Weekly downloads
20
150%
Maintainers
1
Weekly downloads
 
Created
Source

Falog

This is Login UI Component!

Install

npm i falog --save

Usage

  • add container element in html file;
  • 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) {}
})

FAQs

Package last updated on 27 Jul 2022

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