0.3.6 • Published 12 months ago

ts-ticket v0.3.6

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

TsTicket

Description

The ts-ticket package help you embed your Dashboard interface into your application. Make sure you have an account on our website.

Installation

To install My Awesome NPM Package, run:

    npm install ts-ticket

Usage with React

Using ts-ticket is simple. Here's an example:

import './App.css';
import { setupTicket} from 'ts-ticket';

function App() {
  return (
    <div className="App">
        <ts-ticket></ts-ticket> 
      <div className="card">
        <button onClick={() => setupTicket({
         applicationName: "<Your-applicaiton-name>",
          applicationId: "<your-application-id>",
          apiKey: "<your-api-key>",
          userEmail: "<your-application-email>",
          color: "<your-application-color>",
          userPhoneNumber: "<user-phone-number>",
          userName: "<user-name>",
        })}>
            My Button
        </button>
      </div>
    </div>
  )
}

export default App

Usage with Vue

Using ts-ticket is simple. Here's an example:

<script setup lang="ts">
import {setupTicket} from 'ts-ticket';
</script>

<template>
  <div>
    <ts-ticket></ts-ticket> 
    <button @click="setupTicket({
          applicationName: "<Your-applicaiton-name>",
          applicationId: "<your-application-id>",
          apiKey: "<your-api-key>",
          userEmail: "<your-application-email>",
          color: "<your-application-color>",
          userPhoneNumber: "<user-phone-number>",
          userName: "<user-name>"
        })">
        Button
    </button>
  </div>
</template>

<style scoped>
  button {
    padding: 1.2rem 2rem;
    background: #42b883aa;
    border-radius: .4rem;
  }

</style>
0.3.6

12 months ago

0.3.5

12 months ago

0.3.4

12 months ago

0.3.3

1 year ago

0.3.21

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago