All Projects → arnav-kr → soloalert

arnav-kr / soloalert

Licence: MIT License
A customizable lightweight Alert Library with Material UI and awesome features.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to soloalert

Alertism
A Good Replacement For Default JavaScript Alerts Which Also Makes Good Pop-Ups
Stars: ✭ 19 (+5.56%)
Mutual labels:  alerts, dialog, customizable, popups, alert-library
Simpledialogfragments
A collection of easy to use and extendable DialogFragment's for Android
Stars: ✭ 94 (+422.22%)
Mutual labels:  dialogs, dialog, easy-to-use
whatisnewdialog
An Android library for displaying a dialog where it presents new features in the app.
Stars: ✭ 22 (+22.22%)
Mutual labels:  dialogs, dialog, customizable
Aestheticdialogs
📱 An Android Library for 💫fluid, 😍beautiful, 🎨custom Dialogs.
Stars: ✭ 352 (+1855.56%)
Mutual labels:  material-ui, dialogs, dialog
BalloonPopup
Forget Android Toast! BalloonPopup displays a round or squared popup and attaches it to a View, like a callout. Uses the Builder pattern for maximum ease. The popup can automatically hide and can persist when the value is updated.
Stars: ✭ 32 (+77.78%)
Mutual labels:  alerts, dialogs, dialog
Materialdialog Android
📱Android Library to implement animated, 😍beautiful, 🎨stylish Material Dialog in android apps easily.
Stars: ✭ 602 (+3244.44%)
Mutual labels:  material-ui, dialog
React Native Material Dialog
Material design dialogs for React Native 💬
Stars: ✭ 135 (+650%)
Mutual labels:  dialogs, dialog
P32929.github.io
Second iteration of my portfolio - created using ReactJS, Material-UI, Overmind, etc
Stars: ✭ 84 (+366.67%)
Mutual labels:  material-ui, easy-to-use
SimpleDialogs
💬 A simple framework to help displaying dialogs on a WPF app
Stars: ✭ 24 (+33.33%)
Mutual labels:  dialogs, dialog
PermissionManager
This Library automatically search for permission in androidmanifests file and request for the same
Stars: ✭ 45 (+150%)
Mutual labels:  customizable, easy-to-use
ctxmenu
Tiny and customizable context menu generator
Stars: ✭ 20 (+11.11%)
Mutual labels:  customizable, easy-to-use
cocktails
UI for browsing IBA cocktails
Stars: ✭ 106 (+488.89%)
Mutual labels:  front-end, material-ui
silly-android
Android plugins for Java, making core Android APIs easy to use
Stars: ✭ 40 (+122.22%)
Mutual labels:  dialogs, dialog
Dialogsheet
An Android library to create fully material designed bottom dialogs similar to the Android Pay app.
Stars: ✭ 236 (+1211.11%)
Mutual labels:  dialogs, dialog
HijriDatePicker
Material (Gregorian - Hijri) Date & Time Picker
Stars: ✭ 128 (+611.11%)
Mutual labels:  dialogs, dialog
wui
Collection of GUI widgets for the web
Stars: ✭ 44 (+144.44%)
Mutual labels:  dialog, customizable
Android Circledialog
仿IOS圆角对话框、进度条、列表框、输入框,ad广告框,支持横竖屏切换
Stars: ✭ 880 (+4788.89%)
Mutual labels:  dialogs, dialog
Lovelydialog
This library is a set of simple wrapper classes that are aimed to help you easily create fancy material dialogs.
Stars: ✭ 1,043 (+5694.44%)
Mutual labels:  dialogs, dialog
eins-modal
Simple to use modal / alert / dialog / popup. Created with pure JS. No javascript knowledge required! Works on every browser and device! IE9
Stars: ✭ 30 (+66.67%)
Mutual labels:  dialog, easy-to-use
Material-Smart-Rating
😍⭐⭐Material Smart Rating App - An Android library that encourages users to rate the app on Google Play.⭐⭐😘
Stars: ✭ 30 (+66.67%)
Mutual labels:  material-ui, dialog

SoloAlert

soloAlert Logo

A customizable lightweight Alert Library with Material UI and awesome features.

view soloalert on npm : https://www.npmjs.com/soloalert

Installation via npm

npm i soloalert

now you can directly use soloalert as a script in your project.

Example:

<script src="/node_modules/soloalert/index.js"></script>
<script>
  addEventListener('DOMContentLoaded', function () {
    SoloAlert.alert({title: "Welcome!", body: "I am a SoloAlert"});
  });
</script>

Advanced Examples can be found in the usage docs below

Installating via CDN

CDN script:

<script src="https://unpkg.com/soloalert"></script>

Usage Docs:

The Usage Docs are Provided at the github page

https://arnav-kr.github.io/soloalert/

and

https://soloalert.js.org/

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].