Displaying 1 to 20 from 246 results

Presentr - Swift wrapper for custom ViewController presentations on iOS

  •    Swift

Presentr is a simple customizable wrapper for the Custom View Controller Presentation API introduced in iOS 8.iOS let's you modally present any view controller, but if you want the presented view controller to not cover the whole screen or modify anything about its presentation or transition you have to use the Custom View Controller Presentation API's.

Remodal - No longer actively maintained.

  •    Javascript

No longer actively maintained. I am not interested to maintain jQuery plugins anymore. If you have some fixes, feel free to make PR.Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.




react-modal - Accessible modal dialog component for React

  •    Javascript

The app element allows you to specify the portion of your app that should be hidden (via aria-hidden) to prevent assistive technologies such as screenreaders from reading content outside of the content of your modal.If you are doing server-side rendering, you should use this property.

jquery.avgrund.js - Avgrund is jQuery plugin with new modal concept for popups

  •    Javascript

Avgrund is a jQuery plugin for your modal boxes and popups. It uses new concept showing depth between popup and page.It works in all modern browsers and gracefully degrade in those that do not support CSS transitions and transformations.

bootstrap-modal - Extends the default Bootstrap Modal class. Responsive, stackable, ajax and more.

  •    Javascript

Note: Since this plugin was created to solve a lot of the issues with BS2, it still uses the BS2 markup syntax. Currently I believe the default BS3 modal addresses some of the bigger issues and is not worth maintaining two versions of this plugin.See live demo here.


jquery-modal - The simplest possible modal for jQuery

  •    Javascript

A simple & lightweight method of displaying modal windows with jQuery.For quick examples and demos, head to jquerymodal.com.

fancybox - jQuery lightbox script for displaying images, videos and more

  •    Javascript

jQuery lightbox script for displaying images, videos and more. Touch enabled, responsive and fully customizable. See the project page for documentation and a demonstration.

boron - A collection of dialog animations with React.js

  •    Javascript

A collection of dialog animations with React.js. Then open localhost:9999 in a browser.

intense-images - A simple library to view large images up close using simple mouse interaction, and the full screen

  •    Javascript

A stand alone javascript library for viewing images on the full, full screen. Using the touch/mouse position for panning. Here's a demo! You can also play with the code live on CodePen. Intense images is a stand alone library (no jquery, or the likes) so usage is pretty straight forward. All styling of image elements is up to the user, Intense.js only handles the creation, styling and management of the image viewer and captions.

featherlight - Featherlight is a very lightweight jQuery lightbox plugin

  •    Javascript

Featherlight is a very lightweight jQuery lightbox plugin. It's simple yet flexible and easy to use. Featherlight has minimal css and uses no inline styles, everything is name-spaced, it's completely customizable via configuration object and offers image, ajax and iframe support out of the box. Featherlights small footprint weights less than 4kB – in total.

angular-modal-service - Modal service for AngularJS - supports creating popups and modals via a service

  •    Javascript

Modal service for AngularJS - supports creating popups and modals via a service. See a quick fiddle or a full set of samples at dwmkerr.github.io/angular-modal-service. Now just inject the modal service into any controller, service or directive where you need it.

ng-bootstrap - Angular powered Bootstrap

  •    TypeScript

Welcome to the Angular version of the Angular UI Bootstrap library. This library is being built from scratch by the ui-bootstrap team. We are using TypeScript and targeting the Bootstrap 4 CSS framework. As with Bootstrap 4, this library is a work in progress. Please check out our list of issues to see all the things we are implementing. Feel free to make comments there.

micromodal - ⭕ Tiny javascript library for creating accessible modal dialogs

  •    HTML

The aim of this library is to make modal dialogs accessible and easy to include in your project with minimum configuration. It's only ~1.8kb minified and gzipped - A tiny library for big change.

react-native-modal - An enhanced, animated and customizable react-native modal

  •    Javascript

An enhanced, animated and customizable react-native modal. The aim of react-native-modal is expanding the original react-native Modal component by adding animations and styles customization options while still providing a plain-simple API.

react-overlays - Utilities for creating robust overlay components

  •    Javascript

All of these utilities have been abstracted out of react-bootstrap in order to provide better access to the generic implementations of these commonly needed components. The included components are building blocks for creating more polished components. Everything is bring-your-own-styles, css or otherwise. If you are looking for more complete overlays, modals, or tooltips--something you can use right out of the box--check out react-bootstrap, which is (or soon will be) built on using these components.

react-portal - React component for transportation of modals, lightboxes, loading bars

  •    Javascript

Struggling with modals, lightboxes or loading bars in React? React-portal creates a new top-level React tree and injects its children into it. That's necessary for proper styling (especially positioning). Looking for v3 documentation? Go here.