tictop-simple-task

3.0.4 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
3.0.45latest

Version History

VersionDownloads (Last 7 Days)Published
3.0.45
3.0.31
3.0.20
3.0.10
3.0.00
2.0.130
2.0.121
2.0.110
2.0.101
2.0.90
2.0.80
2.0.71
2.0.60
2.0.50
2.0.41
2.0.31
2.0.20
2.0.10
2.0.01
1.0.61
1.0.51
1.0.40
1.0.31
1.0.20
1.0.11
1.0.00

Package Sidebar

Install

npm i tictop-simple-task

Weekly Downloads

16

Version

3.0.4

License

ISC

Unpacked Size

63 kB

Total Files

6

Last publish

Collaborators

  • iteal