Git Product home page Git Product logo

flotter's Introduction

Flotter

A simple JavaScript popup generator.

Check out the example.

Connecting

In the dist folder you will find JavaScript and Css files, choose a file type convenient for you and connect to your library.

An example of connecting JavaScript: <script src="./flotter.min.js"></script>

An example of connecting Css: <link rel="stylesheet" href="./flotter.min.css">

Usage

To initialize the library, you need to call the init method and pass the element in which the HTTL code will be generated, as well as an object with settings.

Example library initialization:

const element = document.querySelector('.popup-wrap');

flotter.init(element, {
  onInit: function () {
    console.log('Init popup in', element);
  },
  youtubeUrl: 'https://www.youtube.com/watch?v=jpBJ9CUMjE8&ab_channel=DexModerr',
  backgroundImage: '/background.jpg',
  titleText: 'Digestion is <quentin>the key</quentin> to overall wellness in Body, Mind and Spirit'
});

Example of disabling the library:

const element = document.querySelector('.popup-wrap');

flotter.destroy(element);

onInit - callback function will be called generating HTML code.

youtubeUrl - url address on video from YouTube.

backgroundImage - url address for background image.

titleText - title for the popup content block.

<quentin> - tag in titleText is used to indicate color in a different font.

Internal APIs:

Flotter.version - indicates the version of the library.

Flotter.instances - an array for storing instances of initialized popups.

Flotter.eventsActivated - indicates if library events have been activated.

Flotter.isOpenPopUp - indicates whether the popup is open.

flotter's People

Contributors

uolary avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.