All Projects → gao-sun → X0popup

gao-sun / X0popup

Licence: gpl-3.0
An alternative to original alert, confirm and prompt.

Programming Languages

javascript
184084 projects - #8 most used programming language
js
455 projects

Labels

Projects that are alternatives of or similar to X0popup

Hwpopcontroller
pop up your ViewController with custom size, position and animations
Stars: ✭ 113 (-36.52%)
Mutual labels:  popup
Popuplayout
通用弹出布局辅助库,允许开发者从顶部、底部、左侧、右侧和中心这五个位置弹出自己指定的View。The general pop-up Layout Assistant library allows developers to show their own view from the top, bottom, left, right and center five locations.
Stars: ✭ 135 (-24.16%)
Mutual labels:  popup
React Layer Stack
Layering system for React. Useful for popover/modals/tooltip/dnd application
Stars: ✭ 152 (-14.61%)
Mutual labels:  popup
Jxpopupview
一个轻量级的自定义视图弹出框架
Stars: ✭ 117 (-34.27%)
Mutual labels:  popup
Vim Clap
👏 Modern performant fuzzy picker for Vim and NeoVim
Stars: ✭ 1,802 (+912.36%)
Mutual labels:  popup
Toastui
A simple way to show toast in SwiftUI.
Stars: ✭ 138 (-22.47%)
Mutual labels:  popup
React Native Push Notification Popup
A <NotificationPopup/> component for presenting your own push notification in react-native app
Stars: ✭ 111 (-37.64%)
Mutual labels:  popup
Mac Os X App Menu Bar Popup
Mac OS X Application like a menu bar popup message
Stars: ✭ 168 (-5.62%)
Mutual labels:  popup
Svelte Simple Modal
A simple, small, and content-agnostic modal for Svelte v3
Stars: ✭ 130 (-26.97%)
Mutual labels:  popup
Popmodal
jquery plugin for showing tooltips, titles, modal dialogs and etc
Stars: ✭ 149 (-16.29%)
Mutual labels:  popup
Zoid
Cross domain components
Stars: ✭ 1,672 (+839.33%)
Mutual labels:  popup
Kcustomalert
Simple and easy alerts to use instead of default AlertController. Separate Xib is provided to customize as pr your need. Callbacks are easily handled by using Closures.
Stars: ✭ 128 (-28.09%)
Mutual labels:  popup
Aiforms.dialogs
AiForms.Dialogs for Xamarin.Forms
Stars: ✭ 143 (-19.66%)
Mutual labels:  popup
Angular Chrome Extension
angular chrome extension scaffold
Stars: ✭ 113 (-36.52%)
Mutual labels:  popup
Alerttoast
Create Apple-like alerts & toasts using SwiftUI
Stars: ✭ 151 (-15.17%)
Mutual labels:  popup
Zhpopupcontroller
Help you pop up custom views easily. and support pop-up animation, layout position, mask effect and gesture interaction etc.
Stars: ✭ 1,481 (+732.02%)
Mutual labels:  popup
Jquery Confirm
A multipurpose plugin for alert, confirm & dialog, with extended features.
Stars: ✭ 1,776 (+897.75%)
Mutual labels:  popup
Spotify Now Playing
Spotify now playing information and control popup for macOS menu bar
Stars: ✭ 171 (-3.93%)
Mutual labels:  popup
Zmjtipview
Fully customisable tooltip view in Objective-C for iOS.
Stars: ✭ 156 (-12.36%)
Mutual labels:  popup
Balloon
🎈 Modernized and sophisticated tooltips, fully customizable with an arrow and animations on Android.
Stars: ✭ 2,242 (+1159.55%)
Mutual labels:  popup

x0popup

Confirm Popup

An alternative to original alert, confirm and prompt.

If you are looking for a Promise-based unified UI library for all windows/modals/notifcations/pushes, please check my new project Windowise

Light - Just 4KB (js + css, after gzipped), no dependency.

Graceful - Flat design, suits for all devices.

Customizable - Allow user-defined themes.

Get x0popup

1.Install via npm

npm install x0popup

2.Install via bower

bower install x0popup

3.Download files manually from /dist

Get Started

1.Reference the x0popup files:

<script src="path/to/js/x0popup.min.js"></script>
<link rel="stylesheet" href="path/to/css/x0popup.min.css">

2.Test x0popup in javascript:

x0p('Message', 'Hello world!', 'info');

Tutorial & Advanced Usage

You can see full tutorial and document on x0popup.

To-do

1.TypeScript definitions

Contributing

Please leave an issue if you find any bugs, I will fix it ASAP.

If you have any new ideas, feel free to make a pull request and wait for acceptance.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].