Skip to content

fabienwnklr/FabWindow-old

Repository files navigation

FabWindow

FabWindow is a modal and modal management solution. FabWindow provides the ability to create event driven modal based on light and modern styles.

Documentation

Installation

Install FabWindow with npm or yarn

  • Using npm
  npm install FabWindow
  • or using yarn
 yarn add FabWindow

Usage/Examples

Using module

import FabWindow from "FabWindowe"

const myModal = new FabWindow(options)

Using es5

<script src="path/to/FabWindow.js">

const myModal = new FabWindow(options);

About

Modal and modal manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published