@tuoitre/management-service
v0.0.1
Published
Made with create-react-library
Downloads
1
Readme
@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'
/>
}