3.0.4 • Published 2 years ago

tictop-simple-task v3.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Tictop simple task

Tictop simple task is a library for creating tictop.app's task from your website.

Installation

Install the package with:

npm i tictop-simple-task

Usage

Case 1. Using a button to html with tag:

# Step 1. Import
import 'tictop-simple-task';

# Step 2. Using in html code with tag
<tictop-button />

Case 2. Using a javascript function

# Step 1. Import
import tictopTicket from 'tictop-simple-task';

# Step 2. Using in javacript code
const options = {
    zIndex: 100
}
# Step 3. Getting your token from www.tictop.app
const token = 'Your token'

tictopTicket.initializeApp(token, options)

tictopTicket.ticket().open()

Contributing

Website: www.tictop.vn

Application: www.tictop.app

Hotline: (+84) 096626310

License

MIT

3.0.4

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.0.13

2 years ago

2.0.12

2 years ago

2.0.11

2 years ago

2.0.10

2 years ago

2.0.9

2 years ago

2.0.8

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago