3.0.4 • Published 3 years ago
tictop-simple-task v3.0.4
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
3.0.4
3 years ago
3.0.3
3 years ago
3.0.2
3 years ago
3.0.1
3 years ago
3.0.0
3 years ago
2.0.13
3 years ago
2.0.12
3 years ago
2.0.11
3 years ago
2.0.10
3 years ago
2.0.9
3 years ago
2.0.8
3 years ago
2.0.7
3 years ago
2.0.6
3 years ago
2.0.5
3 years ago
2.0.4
3 years ago
2.0.3
3 years ago
2.0.2
3 years ago
2.0.1
3 years ago
2.0.0
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago