0.0.1 • Published 3 years ago

@tuoitre/management-service v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@tuoitre/management-service

Install

npm install @tuoitre/management-service

or

yarn add @tuoitre/management-service

Usage

import React from 'react'

import { TTServiceManagement } from 'management-service'
import 'management-service/dist/index.css'

const Example = () => {
  return <TTServiceManagement
                           urlGetListAction = 'http://tthr.local/api/action'
                           urlGetListService = 'http://tthr.local/api/service-management'
                           urlGetListTable = 'http://tthr.local/api/table-management'
                           urlGetListActionTable = 'http://tthr.local/api/list/table-management/fe'
                           urlGetListActionTableTarget =
                             'http://tthr.local/api/table-management/actions/fe'
                           urlStoreActionTable = 'http://tthr.local/api/table-management/actions'
                           urlRemoveActionTable =
                             'http://tthr.local/api/table-management/actions/remove'
  />

}

Repo

License