1.0.10 • Published 4 years ago

swalt v1.0.10

Weekly downloads
6
License
ISC
Repository
github
Last release
4 years ago

Swalt Awesome

An amazing replacement for Javascript's default alerts

By using this very lightweight library, you can show the custom alerts in a single line of code.

Swalt Preview

Table of Contents

Installation

$ npm install swalt

Usage

import swalt from 'swalt';

swalt("Hello world!");

Templates

Normal Swalt

swalt("Hello world!");

Dark Mode Swalt

swalt("Hello World", {
  mode: "dark"
});

Swalt with Icon

swalt("Hello World", {
  showIcon: true
});

Swalt with Custom Title

swalt("Hello World", {
  title: "My Title"
});

Swalt with Input

swalt("Hello World", {
  input: true
});

Get more templates at -

Social Links

1.0.10

4 years ago

1.0.8

4 years ago

1.0.6

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago